summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-01-12 21:26:18 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2017-01-12 21:26:18 +0000
commit497756f73eabd19d433738bbdbc2b56e55cd06fe (patch)
tree4e580c9fd906cb207c0987e8c78c5e0555f11868
parent4ebf7e62b6939051d5030e10d89aaba7c4de29fb (diff)
downloadktt-master.tar.xz
Don't print argsHEADmaster
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--real.py1
1 files changed, 0 insertions, 1 deletions
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)