aboutsummaryrefslogtreecommitdiff
path: root/src/allocator.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-08-28 14:37:11 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-08-28 14:37:11 +0200
commit6a6b5de7757f23cf0fdb8b755323fc4bf3d23733 (patch)
treecac8517fb470d988a40768c6ac4a10d0e53d6b4a /src/allocator.py
parent9da9f211e9bf9ef1a8a90c01c3cecfd3a5924bc5 (diff)
downloadallocbench-6a6b5de7757f23cf0fdb8b755323fc4bf3d23733.tar.gz
allocbench-6a6b5de7757f23cf0fdb8b755323fc4bf3d23733.zip
remove debug output from src/allocator.py and add TODOs
Diffstat (limited to 'src/allocator.py')
-rw-r--r--src/allocator.py2
1 files changed, 0 insertions, 2 deletions
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,