8000 Merge branch 'devel' of https://github.com/arangodb/arangodb into mvcc · lethalbrains/arangodb@0efc191 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0efc191

Browse files
committed
Merge branch 'devel' of https://github.com/arangodb/arangodb into mvcc
2 parents 55366cb + a45dcf4 commit 0efc191

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/V8/v8-utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4013,7 +4013,6 @@ v8::Handle<v8::Array> static TRI_V8PathList (v8::Isolate* isolate, string const&
40134013

40144014
bool TRI_SingleRunGarbageCollectionV8 (v8::Isolate* isolate,
40154015
int idleTimeInMs) {
4016-
LOG_INFO("%F");
40174016
isolate->LowMemoryNotification();
40184017
bool rc = isolate->IdleNotification(idleTimeInMs);
40194018
isolate->RunMicrotasks();

0 commit comments

Comments
 (0)
0