Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbreyer committed Aug 17, 2015
1 parent 301aad6 commit 07020ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ var main = function(arg) {
});
}

// print process.argv
process.argv.forEach(function (val, index, array) {
if (index < 2) {
return;
Expand Down

0 comments on commit 07020ee

Please sign in to comment.