File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ var getEquipments = exports.getEquipments = function (url) {
5353 }
5454 } )
5555 . then ( ( htmlRes ) => {
56- console . log ( htmlRes ) ;
56+ // console.log(htmlRes);
5757 resolve ( htmlRes ) ;
5858 } ) ;
5959 } ) ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ var getMounts = exports.getMounts = function (url) {
4040 }
4141 } )
4242 . then ( ( htmlRes ) => {
43- console . log ( htmlRes ) ;
43+ // console.log(htmlRes);
4444 resolve ( htmlRes ) ;
4545 } ) ;
4646 } ) ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ var getPets = exports.getPets = function (url) {
5757 }
5858 } )
5959 . then ( ( htmlRes ) => {
60- console . log ( htmlRes ) ;
60+ // console.log(htmlRes);
6161 resolve ( htmlRes ) ;
6262 } ) ;
6363 } ) ;
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ var getSets = exports.getSets = function (url) {
5656 }
5757 } )
5858 . then ( ( htmlRes ) => {
59- console . log ( htmlRes ) ;
59+ // console.log(htmlRes);
6060 resolve ( htmlRes ) ;
6161 } ) ;
6262 } ) ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ var getWeapons = exports.getWeapons = function (url) {
6262 }
6363 } )
6464 . then ( ( htmlRes ) => {
65- console . log ( htmlRes ) ;
65+ // console.log(htmlRes);
6666 resolve ( htmlRes ) ;
6767 } ) ;
6868 } ) ;
You can’t perform that action at this time.
0 commit comments