Skip to content

Commit 84d87f7

Browse files
committed
removed annoying print
1 parent fa91cc4 commit 84d87f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/partitioner/memory_monitor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def monitor(command):
1515
try:
1616
# Get RSS memory in MB
1717
mem_info = psutil.Process(proc.pid).memory_full_info()
18-
print(mem_info)
1918
mem = mem_info.uss / (1024 * 1024)
2019
mem_usage.append(mem)
2120

0 commit comments

Comments
 (0)