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:
@@ -34,8 +34,6 @@
|
||||
|
||||
request.onload = function () {
|
||||
|
||||
console.dir(window.location.href, 'returned', request.status);
|
||||
|
||||
if (request.status >= 200 && request.status < 400) {
|
||||
window.location.reload(true);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user