mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 05:33:54 +01:00
Removed logging statements used for debugging
This commit is contained in:
parent
e49f89d2bb
commit
60960559e1
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -812,9 +812,6 @@ function loadAllRunningScripts() {
|
||||
}
|
||||
|
||||
function scriptCalculateOfflineProduction(runningScriptObj) {
|
||||
console.log("Calculating offline production for: ");
|
||||
console.log(runningScriptObj);
|
||||
|
||||
//The Player object stores the last update time from when we were online
|
||||
var thisUpdate = new Date().getTime();
|
||||
var lastUpdate = Player.lastUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user