From 6a6b5de7757f23cf0fdb8b755323fc4bf3d23733 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 28 Aug 2019 14:37:11 +0200 Subject: remove debug output from src/allocator.py and add TODOs --- src/allocator.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/allocator.py b/src/allocator.py index 0e92c2a..0ffa56e 100644 --- a/src/allocator.py +++ b/src/allocator.py @@ -107,8 +107,6 @@ class AllocatorSources: print_status("Patching", self.name, "...") for patch in patches: - print(self.patchdir) - print(patch) with open(patch.format(patchdir=self.patchdir), "rb") as patch_file: proc = subprocess.run("patch -p1", shell=True, cwd=cwd, stderr=subprocess.PIPE, stdout=stdout, -- cgit v1.2.3