1
0
Fork 0

remove debug message

This commit is contained in:
jsteemann 2017-12-16 15:22:54 +01:00
parent 296ef80d8f
commit f9a86e6cca
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ int RocksDBReplicationContext::bindCollection(
_collection->globallyUniqueId() != collectionIdentifier)) {
_collection = _trx->vocbase()->lookupCollection(collectionIdentifier);
if (_collection == nullptr) {
LOG_TOPIC(ERR, Logger::FIXME) << "LOOKING FOR COLLECTION: " << collectionIdentifier << ", BUT NOT FOUND";
return TRI_ERROR_BAD_PARAMETER;
}