From 99ef098bbc0b1964f4c301076de05ac6d6f36ba0 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 25 Dec 2021 13:03:58 +0100 Subject: Remove annoying print statement from setup.py Signed-off-by: Olivier Gayot --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 5c4f5ce..a18c8d0 100644 --- a/setup.py +++ b/setup.py @@ -18,8 +18,6 @@ for n in os.walk('usr'): data_files.append((prefix + n[0] + '/', files)) -print(data_files) - setup( name = 'swiftstory', description = "SwiftStory game: We're not out of the woods yet.", -- cgit v1.2.3