Browse Source

Remove console.log

Gaël Métais 10 years ago
parent
commit
c994638168
1 changed files with 0 additions and 1 deletions
  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);
             });