mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Remove debug code from command line gamedig
This commit is contained in:
parent
be323d8a4e
commit
9c785bcda0
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue