Skip to content

Commit 2309b6b

Browse files
author
Zakaria RACHEDI
committed
forgotten "console.log" removed
1 parent e0c526f commit 2309b6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/item-crawler/getEquipments.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ function effectParse(body) {
8080
});
8181
if(typeof numbers[1] == 'undefined') var groupeElement = {[element]: numbers[0]};
8282
else var groupeElement = {[element]: {'from': numbers[0], 'to': numbers[1]}};
83-
console.log(groupeElement);
8483
item["stats"].push(groupeElement);
8584
}
8685
});
@@ -90,10 +89,10 @@ function conditionParse(body) {
9089
var $ = cheerio.load(body);
9190
var condition = $('div.ak-container.ak-panel.no-padding').find('div.ak-list-element').find( "div.ak-title" ).remove("br").text().trim();
9291
var conditionTab = condition.split('et\n');
93-
console.log(conditionTab);
92+
/*console.log(conditionTab);
9493
console.log(conditionTab.map(function(string) {
9594
return sanatizer(string);
96-
}));
95+
}));*/
9796
item["condition"] = conditionTab;
9897
}
9998

0 commit comments

Comments
 (0)