diff options
Diffstat (limited to 'src/client/ClientStore.cpp')
-rw-r--r-- | src/client/ClientStore.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 0079010c..cdfeb276 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -268,10 +268,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 = uri.substr(0, 8) == "meta:#"; |