Commit a41c5f7b by Erik Sundell

stackdriver: remove console.log

parent 7f439093
......@@ -23,7 +23,6 @@ describe('StackdriverAggregationCtrl', () => {
it('should populate all alignment options except two', () => {
const result = ctrl.getAlignOptions();
console.log(result.map(o => o.value));
expect(result.length).toBe(10);
expect(result.map(o => o.value)).toEqual(
expect.not.arrayContaining(['REDUCE_COUNT_TRUE', 'REDUCE_COUNT_FALSE'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment