Skip to content

Commit

Permalink
Merge pull request #6 from crash2burn/master
Browse files Browse the repository at this point in the history
Removing part of my last request
  • Loading branch information
3rd-Eden committed Mar 13, 2013
2 parents 5182d05 + aa39c12 commit 3764a0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ Parser.prototype.parse = function parse(bytes) {
break;
}

if (i !== 0) bytesRemaining--;

// @TODO Order this in order of importance
// @TODO see if we can reduce the amount i += calls by setting rn value..
if (charCode === 67) {
Expand Down

0 comments on commit 3764a0e

Please sign in to comment.