소스 검색

Remove console.log

Gaël Métais 10 년 전
부모
커밋
c994638168
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      front/src/js/controllers/indexCtrl.js

+ 0 - 1
front/src/js/controllers/indexCtrl.js

@@ -7,7 +7,6 @@ indexCtrl.controller('IndexCtrl', ['$scope', '$location', 'Runs', function($scop
                 url: $scope.url,
                 waitForResponse: false
             }, function(data) {
-                console.log(data);
                 $location.path('/queue/' + data.runId);
             });