rm console log

This commit is contained in:
Olivier Gagnon 2022-01-05 01:13:48 -05:00
parent feb2a651f6
commit fc888505ae

@ -19,7 +19,6 @@ function timeCompression(): void {
let last = performance.now();
function minute(): void {
const now = performance.now();
console.log(now - last);
if (now - last < 500) {
// time has been compressed.
Player.giveExploit(Exploit.TimeCompression);