diff --git a/src/scripts/controllers/main.js b/src/scripts/controllers/main.js index 2dd7043..0bae756 100644 --- a/src/scripts/controllers/main.js +++ b/src/scripts/controllers/main.js @@ -151,7 +151,6 @@ var actionAfterRestartingTask = ariaNgSettingService.getAfterRestartingTask(); if (response.success && response.data) { - console.log(response); if (actionAfterRestartingTask === 'task-list-downloading') { if ($location.path() !== '/downloading') { $location.path('/downloading');