8000 Remove useless logging · rowhit/arangodb@fbcae13 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbcae13

Browse files
author
Andreas Streichardt
committed
Remove useless logging
1 parent c55afca commit fbcae13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arangod/Agency/AgencyComm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ void AgencyPrecondition::toGeneralBuilder(VPackBuilder& builder) const {
124124
AgencyOperation::AgencyOperation(std::string const& key)
125125
: _key(AgencyCommManager::path(key)), _opType() {
126126
_opType.type = AgencyOperationType::Type::READ;
127-
LOG(WARN) << _opType.toString();
128127
}
129128

130129
AgencyOperation::AgencyOperation(std::string const& key,

0 commit comments

Comments
 (0)
0