diff --git a/src/photo/db/query.ts b/src/photo/db/query.ts index 755b4798..044ec829 100644 --- a/src/photo/db/query.ts +++ b/src/photo/db/query.ts @@ -78,7 +78,6 @@ const safelyQueryPhotos = async ( 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();