From 9c785bcda0b420a71f3b5362cf577f2cf5741c61 Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Mon, 2 Feb 2015 03:05:46 -0600 Subject: [PATCH] Remove debug code from command line gamedig --- bin/gamedig.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/gamedig.js b/bin/gamedig.js index 8154a78..5778c7b 100644 --- a/bin/gamedig.js +++ b/bin/gamedig.js @@ -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; diff --git a/package.json b/package.json index 8fde0ad..e472ceb 100644 --- a/package.json +++ b/package.json @@ -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"