Skip to content

Commit f448249

Browse files
committed
Remove extraneous print statement
1 parent 74cc792 commit f448249

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/tinykvm/amd64/paging.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ uint64_t setup_amd64_paging(vMemory& memory,
209209
pd[i] = PDE64_PRESENT | PDE64_PS | heap_flags
210210
| ((base_giga_page << 30) + (i << 21));
211211
}
212-
printf("Heap is executable: %d\n", memory.executable_heap);
213212

214213
/* ELF executable area */
215214
if (!binary.empty())

0 commit comments

Comments
 (0)