Skip to content

Commit 3dd2028

Browse files
committed
fix(demo): Remove console.log
1 parent 35bd383 commit 3dd2028

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

projects/ngqp-demo/src/app/shared/demo-snippet/demo-snippet.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export class DemoSnippetComponent implements AfterViewInit {
2222

2323
public ngAfterViewInit() {
2424
const code = this.normalizeIndentation(this.code).trim();
25-
console.log(this.code);
26-
console.log(code);
2725
this.container.nativeElement.innerHTML = this.prism.highlight(code, this.type);
2826
}
2927

0 commit comments

Comments
 (0)