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/client/ClientStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/ClientStore.cpp') diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 12bbdaf9..a8fe7c51 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -289,8 +289,8 @@ ClientStore::put(const URI& uri, const Resource::Properties& properties) SharedPtr obj = PtrCast(object(path)); if (obj) { - cerr << "OBJECT EXISTS " << path << endl; obj->set_properties(properties); + return; } bool is_patch, is_node, is_port, is_output; -- cgit v1.2.1