Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Release v0.2.6, 불필요한 디버깅 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnlog committed Oct 24, 2020
1 parent 52ce0ef commit be8eb09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/util/notify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ void toast(String message) {

Future onDidReceiveLocalNotification(
int id, String title, String body, String payload) async {
//toast(body + "|" + payload);
}

Future selectNotification(String payload) async {
if (payload != null) {
//debugPrint('notification payload: ' + payload);
toast(payload);
}
}
Expand Down

0 comments on commit be8eb09

Please sign in to comment.