From 71b5ad39baceacb5d7aa75050fd8c76bfb16fb76 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Apr 2007 16:55:55 +0000 Subject: Cleaner control panel layout, with value spinner/entry. git-svn-id: http://svn.drobilla.net/lad/ingen@485 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/LoadPluginsEvent.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libs/engine/events/LoadPluginsEvent.cpp') 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(); } -- cgit v1.2.1