Remove unused variable

This commit is contained in:
Jean Flach 2016-02-08 16:40:34 +01:00 committed by Gunnar Beutner
parent b8195beada
commit 9376a37806
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ void Comment::RemoveComment(const String& id, const MessageOrigin::Ptr& origin)
if (!comment)
return;
int legacy_id = comment->GetLegacyId();
Log(LogNotice, "Comment")
<< "Removed comment '" << comment->GetName() << "' from object '" << comment->GetCheckable()->GetName() << "'.";