Skip to content

Commit

Permalink
Clean up output a bit
Browse files Browse the repository at this point in the history
ehoogerbeets committed Jan 28, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 881aa70 commit 97f1a6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/switchmode.js
Original file line number Diff line number Diff line change
@@ -21,8 +21,6 @@ var fs = require("fs");

var args = process.argv;

console.log("args is " + JSON.stringify(args));

if (args[2] === "-h" || args[2] === "--help") {
console.log("Usage: switchmode.sh '(production|development)'");
console.log("Switch ilib to the compressed/production mode or the uncompressed/development mode.");

0 comments on commit 97f1a6c

Please sign in to comment.