mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-16 02:16:53 +00:00
disabled warning
This commit is contained in:
parent
155b57efd8
commit
01c2e264ac
@ -79,7 +79,6 @@ void SnoreBackend::closeNotification(Notification n, Notification::CloseReasons
|
|||||||
{
|
{
|
||||||
if(!n.isValid())
|
if(!n.isValid())
|
||||||
{
|
{
|
||||||
snoreDebug( SNORE_WARNING ) << "Closing a notification a second time, this should not heappen";
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(m_activeNotifications.contains(n.id()))
|
if(m_activeNotifications.contains(n.id()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user