debugger/qt/memorywindow.cpp: Remove leftover printf

This commit is contained in:
AJR 2021-10-27 13:11:39 -04:00
parent 6cd23b0853
commit ed47834cff

View File

@ -196,8 +196,6 @@ MemoryWindow::MemoryWindow(running_machine &machine, QWidget *parent) :
// Set to the current CPU's memory view
setToCurrentCpu();
osd_printf_debug("MemoryWindow constructed OK!\n");
}