Don't always print arguments to output

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-12-26 20:33:21 +01:00
parent cdb4fc34ff
commit 611157ec67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AN
this.license();
this._args = this._argparse.parse_args();
if (!this._args.quiet) console.dir(this._args);
//if (!this._args.quiet) console.dir(this._args);
// Probe information (color, fps, ...) about the reference file.
try {