summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-30 15:52:30 +0000
committerDavid Robillard <d@drobilla.net>2009-12-30 15:52:30 +0000
commitc11b1bd6fe15f281c5e6b1ab2109590c17e739e9 (patch)
tree32bc3539947b2ccf03772d751450fee958f34e49 /src/client/ClientStore.cpp
parent715d577a38d04a98405a015fd18d49c0fed40c21 (diff)
downloadingen-c11b1bd6fe15f281c5e6b1ab2109590c17e739e9.tar.gz
ingen-c11b1bd6fe15f281c5e6b1ab2109590c17e739e9.tar.bz2
ingen-c11b1bd6fe15f281c5e6b1ab2109590c17e739e9.zip
Turn off debugging.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2325 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/ClientStore.cpp')
-rw-r--r--src/client/ClientStore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp
index 5f379035..74a0faad 100644
--- a/src/client/ClientStore.cpp
+++ b/src/client/ClientStore.cpp
@@ -253,10 +253,10 @@ void
ClientStore::put(const URI& uri, const Resource::Properties& properties)
{
typedef Resource::Properties::const_iterator iterator;
- cerr << "CLIENT PUT " << uri << " {" << endl;
+ /*cerr << "CLIENT PUT " << uri << " {" << endl;
for (iterator i = properties.begin(); i != properties.end(); ++i)
cerr << "\t" << i->first << " = " << i->second << " :: " << i->second.type() << endl;
- cerr << "}" << endl;
+ cerr << "}" << endl;*/
bool is_path = Path::is_valid(uri.str());
bool is_meta = ResourceImpl::is_meta_uri(uri);