summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchPortModule.cpp')
-rw-r--r--src/gui/PatchPortModule.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.cpp b/src/gui/PatchPortModule.cpp
index 51669f6d..670de9e9 100644
--- a/src/gui/PatchPortModule.cpp
+++ b/src/gui/PatchPortModule.cpp
@@ -79,7 +79,6 @@ PatchPortModule::app() const
bool
PatchPortModule::show_menu(GdkEventButton* ev)
{
- std::cout << "PPM SHOW MENU" << std::endl;
return _port->show_menu(ev);
}