From df5e7bc867707434cce5dea6e7ed01d8b17ce92a Mon Sep 17 00:00:00 2001 From: jonny64 Date: Mon, 16 Feb 2015 18:18:34 +0000 Subject: [PATCH] logs: removed debugging --- app/components/containerLogs/containerLogsController.js | 1 - 1 file changed, 1 deletion(-) 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,