Console cleanup

master
Cristiano Pires 2 years ago
parent 41279d5b23
commit cdf7721fed

@ -668,7 +668,7 @@ class rustCommits
} }
if(!Res.length) if(!Res.length)
{ {
console.log('Framework: Rustcommits: Res', Res); //console.log('Framework: Rustcommits: Res', Res);
return this.update(); return this.update();
} }
for(var j = 0; j<this.channels.length; j++) for(var j = 0; j<this.channels.length; j++)
@ -800,7 +800,7 @@ class FreeGames
data.splice(10, data.length-10); data.splice(10, data.length-10);
return data return data
} }
if(!Res.length) console.log('FrameWork -> FreeGames: Res:',Res); //if(!Res.length) console.log('FrameWork -> FreeGames: Res:',Res);
if(!Res.length) return setTimeout(() => if(!Res.length) return setTimeout(() =>
{ {
this.update(); this.update();

Loading…
Cancel
Save