*Remove debug logging

This commit is contained in:
Derrick Hammer 2023-03-29 17:16:13 -04:00
parent 58e95806d0
commit a003da1606
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ const plugin: Plugin = {
async handler(): Promise<any> { async handler(): Promise<any> {
await pluginsLoadedPromise; await pluginsLoadedPromise;
console.log("get_methods", api.rpcServer.getMethods());
return api.rpcServer.getMethods(); return api.rpcServer.getMethods();
}, },
}); });