Remove migration console debug
This commit is contained in:
parent
4519f231a3
commit
bcc1410069
@ -78,7 +78,6 @@ const safelyQueryPhotos = async <T>(
|
||||
result = await callback();
|
||||
} catch (e: any) {
|
||||
let migration = migrationForError(e);
|
||||
console.log('Query error', e);
|
||||
if (migration) {
|
||||
console.log(`Running Migration ${migration.label} ...`);
|
||||
await migration.run();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user