Tobias Skarhed 7 tahun lalu
induk
melakukan
c11d0f5cc6
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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 });
     }