Skip to content

Commit 0a8dac9

Browse files
committed
test: remove logging from memory monitor
Commit be5a600 (tests: fix MMIO gaps in memory monitor tool) that fixed the memory monitor to account for the 64-bit MMIO region included a left-over debug print. Remove it. Signed-off-by: Babis Chalios <[email protected]>
1 parent b018e3b commit 0a8dac9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/host_tools/memory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def run(self):
8484
mem_total = 0
8585
for mmap in mmaps:
8686
if self.is_guest_mem(mmap.size, guest_mem_bytes):
87-
print(f"Region {mmap} is guest memory")
8887
continue
8988

9089
mem_total += mmap.rss

0 commit comments

Comments
 (0)