Skip to content

Commit 2929082

Browse files
committed
Remove outdated comments.
1 parent 724b96b commit 2929082

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

demos/supabase-anonymous-auth/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import './widgets/home_page.dart';
77
import './widgets/status_app_bar.dart';
88

99
void main() async {
10-
// Log info from PowerSync
1110
Logger.root.level = Level.INFO;
1211
Logger.root.onRecord.listen((record) {
1312
if (kDebugMode) {

demos/supabase-edge-function-auth/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import './widgets/signup_page.dart';
99
import './widgets/status_app_bar.dart';
1010

1111
void main() async {
12-
// Log info from PowerSync
1312
Logger.root.level = Level.INFO;
1413
Logger.root.onRecord.listen((record) {
1514
if (kDebugMode) {

0 commit comments

Comments
 (0)