summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-17 01:49:34 +0000
committerDavid Robillard <d@drobilla.net>2008-11-17 01:49:34 +0000
commit6fc9a57ed545cf28169902351b31cfefe49cb2c9 (patch)
tree8ebab488a413bad05b026b68e902a0fc63ef99ba /src/gui
parentcf864d7baf11a488c811cdabf3068cf76626b3fd (diff)
downloadingen-6fc9a57ed545cf28169902351b31cfefe49cb2c9.tar.gz
ingen-6fc9a57ed545cf28169902351b31cfefe49cb2c9.tar.bz2
ingen-6fc9a57ed545cf28169902351b31cfefe49cb2c9.zip
Tidy up console output.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1749 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/App.cpp2
-rw-r--r--src/gui/ThreadedLoader.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/App.cpp b/src/gui/App.cpp
index 615ac36f..565a976e 100644
--- a/src/gui/App.cpp
+++ b/src/gui/App.cpp
@@ -413,7 +413,7 @@ App::icon_from_path(const string& path, int size)
_icons.insert(make_pair(make_pair(path, size), buf.operator->()));
buf->add_destroy_notify_callback(new pair<string, int>(path, size),
&App::icon_destroyed);
- cerr << "Loaded icon " << path << " with size " << size << endl;
+ //cerr << "Loaded icon " << path << " with size " << size << endl;
} catch (Glib::Error e) {
cerr << "Error loading icon: " << e.what() << endl;
}
diff --git a/src/gui/ThreadedLoader.cpp b/src/gui/ThreadedLoader.cpp
index 0dd1b1dd..bc88b9a7 100644
--- a/src/gui/ThreadedLoader.cpp
+++ b/src/gui/ThreadedLoader.cpp
@@ -92,7 +92,6 @@ ThreadedLoader::load_patch(bool merge,
Glib::ustring engine_base = "";
if (engine_parent) {
- cout << "A " << merge << endl;
if (merge)
engine_base = engine_parent.get();
else