Skip to content

Commit

Permalink
remove testing code
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed Nov 9, 2020
1 parent 72043b0 commit c416107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/example-extension/main.ts
Expand Up @@ -4,7 +4,6 @@ export default class ExampleExtensionMain extends LensMainExtension {
async onActivate() {
console.log('EXAMPLE EXTENSION MAIN: ACTIVATED', this.id, this.name, this.version)
console.log("EXAMPLE EXTENSION MAIN: has access to special folder", await this.getExtensionFileFolder())
throw 5
}

onDeactivate() {
Expand Down

0 comments on commit c416107

Please sign in to comment.