mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
logs: removed debugging
This commit is contained in:
parent
53041efaf1
commit
df5e7bc867
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue