Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Removed console.info
Browse files Browse the repository at this point in the history
  • Loading branch information
micha149 committed Sep 3, 2013
1 parent e99da5c commit 1b52d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Driver/KnxIp/TunnelingAck.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ util.inherits(TunnelingAck, Packet);
* @returns {Driver.KnxIp.TunnelingAck}
*/
TunnelingAck.parse = function(buffer) {
console.info(buffer);
return new TunnelingAck(buffer[7], buffer[8], buffer[9]);
}

Expand Down

0 comments on commit 1b52d14

Please sign in to comment.