Skip to content

Commit 27b144d

Browse files
committed
chore(memory_script): delete useless print
1 parent ea33d4b commit 27b144d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/scripts/memory_stress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def allocate_memory(mb):
88
block = " " * (mb * 1024 * 1024)
99
if not block:
1010
pass
11-
print(f"Allocated {mb}MB of memory.")
1211
try:
1312
while True:
1413
time.sleep(10)

0 commit comments

Comments
 (0)