Removed debug output
This commit is contained in:
parent
ba860a771d
commit
f5f8dc7939
@ -24,7 +24,6 @@ namespace cachingfsblobstore {
|
||||
}
|
||||
|
||||
CachingFsBlobStore::~CachingFsBlobStore() {
|
||||
std::cerr << "Destruct CachingFsBlobStore with "<<_cache.size() << " entries" << std::endl;
|
||||
}
|
||||
|
||||
unique_ref<FileBlobRef> CachingFsBlobStore::createFileBlob() {
|
||||
@ -87,4 +86,4 @@ namespace cachingfsblobstore {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user