From 03efce12b53c4a2d8bd4833839a1f06ada51841a Mon Sep 17 00:00:00 2001 From: ZMiguel Alves Date: Thu, 16 Nov 2017 20:06:13 +0000 Subject: [PATCH] Prod release --- .gitignore | 3 +++ routes/comp.js | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 57db041..475f3bd 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ npm-debug.log # VSCode .vscode *.vscode + +logs +logs \ No newline at end of file diff --git a/routes/comp.js b/routes/comp.js index bcfaf98..3d1f244 100644 --- a/routes/comp.js +++ b/routes/comp.js @@ -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,