remove debug code
This commit is contained in:
parent
620f5b99a8
commit
c21927428c
|
@ -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');
|
||||
|
|
Reference in a new issue