summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/LoadPluginsEvent.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-29 16:55:55 +0000
committerDavid Robillard <d@drobilla.net>2007-04-29 16:55:55 +0000
commit71b5ad39baceacb5d7aa75050fd8c76bfb16fb76 (patch)
treec6900384706df8e1a899db6110d627ff050fe2b6 /src/libs/engine/events/LoadPluginsEvent.cpp
parentf25115ca85bc95e1147b582a1137dbb44b86fc83 (diff)
downloadingen-71b5ad39baceacb5d7aa75050fd8c76bfb16fb76.tar.gz
ingen-71b5ad39baceacb5d7aa75050fd8c76bfb16fb76.tar.bz2
ingen-71b5ad39baceacb5d7aa75050fd8c76bfb16fb76.zip
Cleaner control panel layout, with value spinner/entry.
git-svn-id: http://svn.drobilla.net/lad/ingen@485 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/LoadPluginsEvent.cpp')
-rw-r--r--src/libs/engine/events/LoadPluginsEvent.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/engine/events/LoadPluginsEvent.cpp b/src/libs/engine/events/LoadPluginsEvent.cpp
index 9f092992..78461ff5 100644
--- a/src/libs/engine/events/LoadPluginsEvent.cpp
+++ b/src/libs/engine/events/LoadPluginsEvent.cpp
@@ -42,7 +42,6 @@ LoadPluginsEvent::pre_process()
// Take a copy to send in the post processing thread (to avoid problems
// because std::list isn't thread safe)
_plugins = _engine.node_factory()->plugins();
- cerr << "loaded " << _plugins.size() << "plugins.\n";
QueuedEvent::pre_process();
}