From 497756f73eabd19d433738bbdbc2b56e55cd06fe Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 12 Jan 2017 21:26:18 +0000 Subject: Don't print args MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- real.py | 1 - 1 file changed, 1 deletion(-) diff --git a/real.py b/real.py index e254c69..3f09d91 100644 --- a/real.py +++ b/real.py @@ -48,7 +48,6 @@ if __name__ == '__main__': required=True, help='path to config to use') parser.add_argument('--stdin', action='store_true') args = parser.parse_args() - print(args) with open(args.config) as cf: config = json.load(cf) -- cgit v1.2.3-54-g00ecf