Skip to content

Commit fe1d7dd

Browse files
committed
Remove debug stuff
1 parent 0b3f9fb commit fe1d7dd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/displayapp/DisplayApp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ void DisplayApp::Refresh() {
368368
// Only used for recovery firmware
369369
break;
370370
case Messages::NewNotification:
371-
printf("NewNotification message received\n");
372371
LoadNewScreen(Apps::NotificationsPreview, DisplayApp::FullRefreshDirections::Down);
373372
break;
374373
case Messages::TimerDone: {
@@ -473,7 +472,6 @@ void DisplayApp::Refresh() {
473472
break;
474473
case Messages::ButtonDoubleClicked:
475474
if (currentApp != Apps::Notifications && currentApp != Apps::NotificationsPreview) {
476-
printf("Loading NotificationsPreview\n");
477475
LoadNewScreen(Apps::Notifications, DisplayApp::FullRefreshDirections::Down);
478476
}
479477
break;

src/displayapp/screens/Notifications.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Notifications::Notifications(DisplayApp* app,
2424
settingsController {settingsController},
2525
wakeLock(systemTask),
2626
mode {mode} {
27-
printf("Notifications: mode=%d, timeoutLength=%lu\n", (int)mode, timeoutLength);
2827
notificationManager.ClearNewNotificationFlag();
2928
auto notification = notificationManager.GetLastNotification();
3029
if (notification.valid) {

0 commit comments

Comments
 (0)