diff --git a/api.go b/api.go index 3d3c887..0d6c208 100644 --- a/api.go +++ b/api.go @@ -165,7 +165,6 @@ func hilbishLoad(rtm *rt.Runtime) (rt.Value, func()) { mod.Set(rt.StringValue("version"), rt.TableValue(versionModule)) pluginModule := moduleLoader(rtm) - util.Document(pluginModule, "") mod.Set(rt.StringValue("module"), rt.TableValue(pluginModule)) return rt.TableValue(fakeMod), nil