Removed logging statements used for debugging

This commit is contained in:
danielyxie 2019-02-12 01:18:26 -08:00
parent e49f89d2bb
commit 60960559e1
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) {
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;