Remove debugging in openttd protocol

This commit is contained in:
Michael Morrison 2014-11-18 00:48:03 -06:00
parent a340613974
commit ca255d8c3f
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@
],
"main": "lib/index.js",
"author": "Michael Morrison",
"version": "0.2.13",
"version": "0.2.14",
"repository" : {
"type" : "git",
"url" : "https://github.com/sonicsnes/node-gamedig.git"

View file

@ -13,7 +13,6 @@ module.exports = require('./core').extend({
if(version >= 4) {
var numGrf = reader.uint(1);
state.raw.grfs = [];
console.log("GRF", numGrf);
for(var i = 0; i < numGrf; i++) {
var grf = {};
grf.id = reader.part(4).toString('hex');