File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments