disabled warning

This commit is contained in:
Patrick von Reth 2014-01-24 09:07:51 +01:00
parent 155b57efd8
commit 01c2e264ac

View File

@ -79,7 +79,6 @@ void SnoreBackend::closeNotification(Notification n, Notification::CloseReasons
{
if(!n.isValid())
{
snoreDebug( SNORE_WARNING ) << "Closing a notification a second time, this should not heappen";
return;
}
if(m_activeNotifications.contains(n.id()))