diff --git a/app/components/containerLogs/containerLogsController.js b/app/components/containerLogs/containerLogsController.js index cfbcdae6a..ff8330a98 100644 --- a/app/components/containerLogs/containerLogsController.js +++ b/app/components/containerLogs/containerLogsController.js @@ -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,