Skip to content

Commit c1fc933

Browse files
committed
remove dumb comment
1 parent e4e811c commit c1fc933

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/agent/src/types/methods.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export const AgentMethod = {
1212
},
1313
} as const;
1414

15-
/**
16-
* Client methods - implemented by the client, called by the agent.
17-
*
18-
* These are callbacks/handlers your Electron app must provide.
19-
*/
2015
export const ClientMethod = {
2116
Session: {
2217
Update: "session/update",

0 commit comments

Comments
 (0)