From cd5fe6aceb22477f1fe8ba7173696fb4a84b10f5 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Thu, 20 Aug 2015 15:11:18 +0200 Subject: [PATCH] Removed debug output --- arangod/VocBase/shaped-json.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arangod/VocBase/shaped-json.h b/arangod/VocBase/shaped-json.h index 9ea0b74559..1f1a929d12 100644 --- a/arangod/VocBase/shaped-json.h +++ b/arangod/VocBase/shaped-json.h @@ -905,7 +905,6 @@ namespace std { return false; } } - std::cout << "Isse equal" << std::endl; return true; } };