diff --git a/src/apps/showimage/ShowImageWindow.cpp b/src/apps/showimage/ShowImageWindow.cpp index aabf2c0225..26a5957048 100644 --- a/src/apps/showimage/ShowImageWindow.cpp +++ b/src/apps/showimage/ShowImageWindow.cpp @@ -251,7 +251,6 @@ ShowImageWindow::ShowImageWindow(BRect frame, const entry_ref& ref, // Update minimum window size float toolBarMinWidth = fToolBarView->MinSize().width; - printf("menu min size: %.1f, tool bar: %.1f\n", menuBarMinWidth, toolBarMinWidth); SetSizeLimits(std::max(menuBarMinWidth, toolBarMinWidth), 100000, 100, 100000);