Dropped migration legacy code
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 58s
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 58s
This commit is contained in:
parent
eaf4a8e39e
commit
3874378824
2 changed files with 0 additions and 67 deletions
|
@ -6,7 +6,6 @@ import {
|
|||
findImgSrc,
|
||||
imgSrcToIDs, generateTimeString, generateRandomString
|
||||
} from "@/helper";
|
||||
import {migrate} from "@/migration";
|
||||
import {EditorManager} from "@/editor";
|
||||
import {PluginConfig, PluginConfigViewer} from "@/config";
|
||||
import {Analytics} from "@/analytics";
|
||||
|
@ -22,7 +21,6 @@ export default class DrawJSPlugin extends Plugin {
|
|||
new ErrorReporter(this.i18n);
|
||||
loadIcons(this);
|
||||
EditorManager.registerTab(this);
|
||||
migrate()
|
||||
|
||||
await this.startConfig();
|
||||
await this.startAnalytics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue