From 6fc9a57ed545cf28169902351b31cfefe49cb2c9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 17 Nov 2008 01:49:34 +0000 Subject: Tidy up console output. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1749 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/App.cpp') 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(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; } -- cgit v1.2.1