From 611157ec674338a6ac53abc35909674b54d4d274 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 26 Dec 2022 20:33:21 +0100 Subject: [PATCH] Don't always print arguments to output --- package.json | 2 +- source/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 87bb77b..d44b76e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-vmaf", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple tool to quickly and correctly compare a reference file with a distorted file using VMAF.", "main": "generated/index.js", "scripts": { diff --git a/source/index.ts b/source/index.ts index e713689..f3c9128 100644 --- a/source/index.ts +++ b/source/index.ts @@ -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 {