Skip to content

Commit fec496f

Browse files
committed
chore(memory_script): delete useless print
1 parent da9fa47 commit fec496f

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)