Skip to content

Commit

Permalink
Remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewda committed Aug 10, 2016
1 parent b0b649a commit 8d8cd66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Livescore.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Livescore.prototype._onLog = function(logs) {
case 'MatchStarted':
case 'Restart':
case 'Suicide':
console.log('_on' + event)
that['_on' + event](log[event]);
break;
default:
Expand Down Expand Up @@ -177,7 +176,6 @@ Livescore.prototype._onMatchStarted = function(event) {
Livescore.prototype._onRoundStart = function() {
this.setTime(this.options[Livescore.EOption["ROUND_TIME"]]);
this.emit('roundStart');
console.log('roundStart')

this.knifeKills = 0;
};
Expand Down

0 comments on commit 8d8cd66

Please sign in to comment.