Skip to content

Commit 2ddc2fa

Browse files
committed
remove debug print
1 parent a415476 commit 2ddc2fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/app/lib/database/database.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class AppDatabase extends _$AppDatabase {
4444
return MigrationStrategy(
4545
onUpgrade: stepByStep(
4646
from1To2: (m, schema) async {
47-
print("Go");
4847
// The todoEntries.dueDate column was added in version 2.
4948
await m.addColumn(schema.todoEntries, schema.todoEntries.dueDate);
5049
},

0 commit comments

Comments
 (0)