diff options
author | David Robillard <d@drobilla.net> | 2022-08-22 20:04:50 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-22 22:57:59 -0400 |
commit | 3b7c3d8597334b7611d71db8e054b1fa454175eb (patch) | |
tree | 3ba4dd8397ba4e921c8f03d36b20a8323fcc7019 /src | |
parent | 5590f8d7ab889a60e99f359af5a590f998bf3952 (diff) | |
download | patchage-3b7c3d8597334b7611d71db8e054b1fa454175eb.tar.gz patchage-3b7c3d8597334b7611d71db8e054b1fa454175eb.tar.bz2 patchage-3b7c3d8597334b7611d71db8e054b1fa454175eb.zip |
Remove debugging output
Diffstat (limited to 'src')
-rw-r--r-- | src/UIFile.hpp | 1 |
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 |