Removed some log statements. Rebalancing on RAM for home comp

This commit is contained in:
Daniel Xie
2017-05-13 13:59:19 -05:00
parent 93f2a475b0
commit 83502831d8
5 changed files with 4 additions and 6 deletions
-1
View File
@@ -272,7 +272,6 @@ function evaluate(exp, workerScript) {
server.moneyAvailable -= moneyGained;
Player.gainMoney(moneyGained);
workerScript.scriptRef.onlineMoneyMade += moneyGained;
console.log("About to add to moneystolenmap for " + server.hostname);
workerScript.scriptRef.moneyStolenMap[server.ip] += moneyGained;
Player.gainHackingExp(expGainedOnSuccess);