Browse Source

Remove lo

Tobias Skarhed 7 years ago
parent
commit
c11d0f5cc6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/core/specs/backend_srv.jest.ts

+ 0 - 1
public/app/core/specs/backend_srv.jest.ts

@@ -3,7 +3,6 @@ jest.mock('app/core/store');
 
 describe('backend_srv', function() {
   let _httpBackend = options => {
-    console.log(options);
     if (options.url === 'gateway-error') {
       return Promise.reject({ status: 502 });
     }