aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark.py')
-rw-r--r--src/benchmark.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index f4fd49f..0a198d4 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -437,7 +437,6 @@ class Benchmark:
else:
result["server_status"] = []
for server in self.servers:
- print(server)
with open("/proc/{}/status".format(server["popen"].pid), "r") as f:
result["server_status"].append(f.read())