Remove debug log message

refs #11541
This commit is contained in:
Michael Friedrich 2016-11-18 14:00:41 +01:00
parent 1679488e8e
commit ca7f195165
1 changed files with 0 additions and 2 deletions

View File

@ -718,8 +718,6 @@ bool ApiListener::RelayMessageOne(const Zone::Ptr& targetZone, const MessageOrig
targetZone != myZone &&
targetZone != myZone->GetParent() &&
targetZone->GetParent() != myZone) {
Log(LogCritical, "ApiListener")
<< "Not relaying message '" << message->Get("method") << "'. Not in the same/parent/child zone.";
return true;
}