Tobias Skarhed 7 سال پیش
والد
کامیت
c11d0f5cc6
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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 });
     }