Revert "debugging add module support"

This reverts commit 85da528de5e258a765b842ca5e55c4cf81fd2936.
This commit is contained in:
pengfei.zhou
2021-08-24 16:11:04 +08:00
committed by osborn
parent 7516cef93e
commit 059f27c743
7 changed files with 4 additions and 65 deletions

View File

@@ -91,8 +91,4 @@ public class DoricSingleton {
public DoricContextManager getContextManager() {
return doricContextManager;
}
public Map<String, String> getJSBundles() {
return bundles;
}
}