mirror of https://gitee.com/bigwinds/arangodb
remove debug output
This commit is contained in:
parent
c52f2a8315
commit
e049344e15
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue