Prod release

This commit is contained in:
José Valdiviesso 2017-11-16 20:06:13 +00:00
parent 7d8780270b
commit 03efce12b5
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -32,3 +32,6 @@ npm-debug.log
# VSCode
.vscode
*.vscode
logs
logs

View File

@ -121,7 +121,6 @@ router.get('/', function(req, res, next) {
if (ck.system) {
var syst = ck.system;
}
console.log("in:", imeth, "out:", ometh, "skill:", skill, "faci:", facility, "rig:", rig, "space:", space, "tax:", indyTax, "system:", syst);
//calc bonus with opts
var matb = 1;
@ -258,7 +257,6 @@ router.get('/', function(req, res, next) {
"sell": getItem(itemData, reac[i].inputs[inp].id).sell * reac[i].inputs[inp].qt * cycles
}
} else { //look for input from other reactions
console.log(reac[i].inputs[inp].id, reac[i].name);
tmpPrc = {
"id": reac[i].inputs[inp].id,
"buy": getSimplePrice(calc, reac[i].inputs[inp].id).buy / 2,