summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/UIFile.hpp1
1 files changed, 0 insertions, 1 deletions
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<Gtk::Builder> open(const std::string& base_name)
{
- std::cout << "Base name: " << base_name << std::endl;
std::string ui_filename = base_name + ".ui";
#if PATCHAGE_BUNDLED