mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Remove console calls
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
retry_current *= 2;
|
||||
}
|
||||
|
||||
console.dir('Trying', window.location.href, 'in', retry_current, 'seconds...');
|
||||
setTimeout(check_gateway, retry_current * 1000);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user