Skip to content

Commit f1660af

Browse files
committed
removed debug printing from example
1 parent 995318a commit f1660af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/routes/documentation/example-script/example-script.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,4 @@ export class ExampleScriptComponent {
3232
async copy() {
3333
await navigator.clipboard.writeText(await this.content$);
3434
}
35-
constructor(){
36-
console.log(this.file)
37-
}
3835
}

0 commit comments

Comments
 (0)