Commit 757f972f authored by Filipa Lacerda's avatar Filipa Lacerda

Removes console.log statement

Deletes forgotten console.log in specs
parent 84769a03
......@@ -59,7 +59,6 @@ describe('Linked pipeline', () => {
});
it('should render an svg within the status container', () => {
console.log(vm.$el);
const pipelineStatusElement = vm.$el.querySelector('.js-linked-pipeline-status');
expect(pipelineStatusElement.querySelector('svg')).not.toBeNull();
......
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