Remove console.log

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/5164/head
Ryan Wang 2024-01-10 12:43:51 +08:00
parent 2e0e0beb16
commit 3ec3bd1054
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import type { RouteRecordRaw } from "vue-router";
import { loadStyle } from "@/utils/load-style";
export function setupCoreModules(app: App) {
console.log(modules);
modules.forEach((module) => {
registerModule(app, module, true);
});