Remove console calls

This commit is contained in:
Alexy Mikhailichenko
2019-07-01 14:24:36 -04:00
parent b35235f1e9
commit 75036dfa27

View File

@@ -43,7 +43,6 @@
retry_current *= 2;
}
console.dir('Trying', window.location.href, 'in', retry_current, 'seconds...');
setTimeout(check_gateway, retry_current * 1000);
}
};