mirror of https://github.com/portainer/portainer
logs: removed debugging
parent
53041efaf1
commit
df5e7bc867
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue