removed a debug line

This commit is contained in:
Patrick von Reth 2012-03-08 14:27:22 +01:00
parent 09bef7791c
commit 74f3339e0f
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ void SnarlBackend::unregisterApplication(Application *application){
uint SnarlBackend::notify(Notification notification){
SnarlInterface *snarlInterface = m_applications.value(notification.application());
qDebug()<<"Snarl using the notification instance of:"<<notification.application();
if(snarlInterface == NULL){
qDebug()<<notification.application()<<"not in snarl interfaces, defaulting";
qDebug()<<m_applications.keys();