1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00

logs: removed debugging

This commit is contained in:
jonny64 2015-02-16 18:18:34 +00:00
parent 53041efaf1
commit df5e7bc867

View file

@ -20,7 +20,6 @@ function($scope, $routeParams, $location, $anchorScroll, ContainerLogs, Containe
});
function getLogs() {
console.log($scope.tailLines);
ContainerLogs.get($routeParams.id, {
stdout: 1,
stderr: 0,