From 9348bbe638b358cd0349314b6d1d03d6acd2ac90 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Mon, 10 Jun 2019 17:26:39 +0200 Subject: [PATCH] remove default dump output --- startInsurgency.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/startInsurgency.py b/startInsurgency.py index e552b8e..8296743 100755 --- a/startInsurgency.py +++ b/startInsurgency.py @@ -33,9 +33,6 @@ if __name__ == "__main__": nofollow=args.nofollow, \ oneThread=args.oneThread, \ cacheFile=args.cacheFile) - if args.oneThread: - for l in StorrageBackend.dumpRatings().split("\n"): - print(l) if not args.parse_only: print("Starting network-listener") httpAPI.app.run()