1
0
Fork 0

remove debug output

This commit is contained in:
jsteemann 2019-07-09 11:29:02 +02:00
parent c52f2a8315
commit e049344e15
1 changed files with 0 additions and 2 deletions

View File

@ -191,8 +191,6 @@ void V8ClientConnection::timeout(double value) {
}
void V8ClientConnection::connect(ClientFeature* client) {
LOG_DEVEL << "V8ClientConnection::connect";
TRI_ASSERT(client);
std::lock_guard<std::recursive_mutex> guard(_lock);