Skip to content

Commit

Permalink
Merge pull request #12 from Emiliopg91/develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
Emiliopg91 authored Sep 26, 2024
2 parents af04f42 + 01d113b commit 69ecc20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ export default definePlugin(() => {
PluginSettings.initialize();

const prevSchemaVers = PluginSettings.getSchemaVersion();
Logger.info(prevSchemaVers);
if (prevSchemaVers && prevSchemaVers != Constants.CFG_SCHEMA_VERS) {
migrateSchema();
}
Expand Down

0 comments on commit 69ecc20

Please sign in to comment.