Remove console.log

This commit is contained in:
Gaël Métais
2014-12-22 22:40:59 +01:00
parent b6df64337d
commit c994638168
-1
View File
@@ -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);
});