Remove console.log
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user