From 3b7c3d8597334b7611d71db8e054b1fa454175eb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Aug 2022 20:04:50 -0400 Subject: Remove debugging output --- src/UIFile.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UIFile.hpp b/src/UIFile.hpp index 6fc4b94..36be144 100644 --- a/src/UIFile.hpp +++ b/src/UIFile.hpp @@ -34,7 +34,6 @@ public: static Glib::RefPtr open(const std::string& base_name) { - std::cout << "Base name: " << base_name << std::endl; std::string ui_filename = base_name + ".ui"; #if PATCHAGE_BUNDLED -- cgit v1.2.1