diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/ClientStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<ObjectModel> obj = PtrCast<ObjectModel>(object(path)); if (obj) { - cerr << "OBJECT EXISTS " << path << endl; obj->set_properties(properties); + return; } bool is_patch, is_node, is_port, is_output; |