From 05bb02163da6d3ebacc15bd9f71a76eb0e545f7d Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Mon, 9 Aug 2021 20:02:53 +0200 Subject: [PATCH] Revert "debug output" This reverts commit 3ebf9ea037e93972961cd68c6a4562dff017cae4. --- build.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.py b/build.py index 41aeaaf..eaaed16 100644 --- a/build.py +++ b/build.py @@ -54,6 +54,3 @@ shutil.make_archive( base_dir=appname) print('Done') - -with os.path.open('BeeRef-0.2.0.spec') as f: - print(f.read())