*Remove debug logging
This commit is contained in:
parent
58e95806d0
commit
a003da1606
|
@ -24,8 +24,6 @@ const plugin: Plugin = {
|
|||
async handler(): Promise<any> {
|
||||
await pluginsLoadedPromise;
|
||||
|
||||
console.log("get_methods", api.rpcServer.getMethods());
|
||||
|
||||
return api.rpcServer.getMethods();
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue