summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)