We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976eece commit 4fd1db1Copy full SHA for 4fd1db1
src/plugin.ts
@@ -7,9 +7,7 @@ class UnimplementedError extends Error {
7
}
8
9
export abstract class StarbasePlugin {
10
- constructor(public name: string) {
11
- console.log(`Plugin ${name} loaded`)
12
- }
+ constructor(public name: string) {}
13
14
public async register(app: StarbaseApp): Promise<void> {
15
throw new UnimplementedError('register')
0 commit comments