mirror of https://gitee.com/bigwinds/arangodb
Removed debug log includes
This commit is contained in:
parent
d83e3acfc9
commit
9c8ae9dbbf
|
@ -39,8 +39,6 @@
|
|||
#include <velocypack/Iterator.h>
|
||||
#include <velocypack/velocypack-aliases.h>
|
||||
|
||||
#include "Logger/LogMacros.h"
|
||||
|
||||
using namespace arangodb;
|
||||
using namespace arangodb::aql;
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
#include "AqlItemBlockInputRange.h"
|
||||
#include "Aql/ShadowAqlItemRow.h"
|
||||
|
||||
#include "Logger/LogMacros.h"
|
||||
|
||||
#include <velocypack/Builder.h>
|
||||
#include <velocypack/velocypack-aliases.h>
|
||||
#include <numeric>
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
#include "Aql/SingleRowFetcher.h"
|
||||
#include "Aql/Stats.h"
|
||||
|
||||
#include "Logger/LogMacros.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
using namespace arangodb;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "SingleRowFetcher.h"
|
||||
#include <Logger/LogMacros.h>
|
||||
|
||||
#include "Aql/AqlItemBlock.h"
|
||||
#include "Aql/DependencyProxy.h"
|
||||
|
|
Loading…
Reference in New Issue