Removed logging statements used for debugging

This commit is contained in:
danielyxie 2019-02-12 01:18:26 -08:00
parent 08417f250e
commit 99b43769eb
2 changed files with 1 additions and 4 deletions

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;