Skip to content

Commit 630af65

Browse files
committed
Remove commented out code.
1 parent 426df29 commit 630af65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demos/local-only-todolist/lib/powersync.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ Future<void> connectDatabase() async {
192192

193193
currentConnector = SupabaseConnector(db);
194194
await db.connect(connector: currentConnector);
195-
// await Future.delayed(const Duration(seconds: 5));
196195

197196
Supabase.instance.client.auth.onAuthStateChange.listen((data) async {
198197
final AuthChangeEvent event = data.event;

0 commit comments

Comments
 (0)