Remove debug code from command line gamedig

This commit is contained in:
Michael Morrison 2015-02-02 03:05:46 -06:00
parent be323d8a4e
commit 9c785bcda0
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env node
var argv = require('minimist')(process.argv.slice(2));
console.log(argv);
var debug = argv.debug;
delete argv.debug;

View File

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