From ee3bba21b4f2ea2e0e03f93bc9eded6681b9b482 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 15:57:14 +0000 Subject: Create objects via SetMetadataEvent. Fix subpatch creation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2025 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeModule.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp index a85a50b8..99ffe4e3 100644 --- a/src/gui/NodeModule.cpp +++ b/src/gui/NodeModule.cpp @@ -377,7 +377,6 @@ NodeModule::store_location() void NodeModule::set_property(const URI& key, const Atom& value) { - cerr << "SET " << key << " = " << value << " :: " << value.type() << endl; switch (value.type()) { case Atom::FLOAT: if (key.str() == "ingenuity:canvas-x") { -- cgit v1.2.1