summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-27 19:36:16 +0000
committerDavid Robillard <d@drobilla.net>2008-11-27 19:36:16 +0000
commit08fc813198f67daf7ef6278c5d54b12fb63decc1 (patch)
tree2aa17a5d0a40d473527334a3d0ca1fc1c15df89e /src
parent4ebfeafa31472604caf32b22d293aed8ae753813 (diff)
downloadingen-08fc813198f67daf7ef6278c5d54b12fb63decc1.tar.gz
ingen-08fc813198f67daf7ef6278c5d54b12fb63decc1.tar.bz2
ingen-08fc813198f67daf7ef6278c5d54b12fb63decc1.zip
Shutup.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1802 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/engine/events/SetMetadataEvent.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/engine/events/SetMetadataEvent.cpp b/src/engine/events/SetMetadataEvent.cpp
index db4bbc30..263f07b9 100644
--- a/src/engine/events/SetMetadataEvent.cpp
+++ b/src/engine/events/SetMetadataEvent.cpp
@@ -70,10 +70,8 @@ SetMetadataEvent::pre_process()
else
_object->set_variable(_key, _value);
- if (_key == "ingen:broadcast") {
- std::cout << "BROADCAST" << std::endl;
+ if (_key == "ingen:broadcast")
_special_type = ENABLE_BROADCAST;
- }
QueuedEvent::pre_process();
}