mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
rm console log
This commit is contained in:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user