mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-24 23:22:29 +01:00
Removed logging statements used for debugging
This commit is contained in:
parent
08417f250e
commit
99b43769eb
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) {
|
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
|
//The Player object stores the last update time from when we were online
|
||||||
var thisUpdate = new Date().getTime();
|
var thisUpdate = new Date().getTime();
|
||||||
var lastUpdate = Player.lastUpdate;
|
var lastUpdate = Player.lastUpdate;
|
||||||
|
Loading…
Reference in New Issue
Block a user