Added the new default sound used in 0.2.0
[kitchenalert] / src / timer.cpp
index 6aff3f5..0b801a1 100644 (file)
@@ -93,7 +93,7 @@ void Timer::start()
         alerting_  = true;
         alertSound_.play();
         emit alert(whereAmI());
-        qDebug () << "Alerting 00:00:00 from row: " << whereAmI().row();
+//        qDebug () << "Alerting 00:00:00 from row: " << whereAmI().row();
     }
 
     else