Skip to content

Commit

Permalink
Remove debugging code which made it into master from ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaxxz committed Mar 24, 2015
1 parent 308ca0b commit cfb2791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decode/ipv4.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function IPv4(emitter) {

// http://en.wikipedia.org/wiki/IPv4
IPv4.prototype.decode = function (raw_packet, offset) {
console.log("decoding ipv4");
var orig_offset = offset;

this.version = (raw_packet[offset] & 0xf0) >> 4;
Expand Down

0 comments on commit cfb2791

Please sign in to comment.