We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bd383 commit 3dd2028Copy full SHA for 3dd2028
1 file changed
projects/ngqp-demo/src/app/shared/demo-snippet/demo-snippet.component.ts
@@ -22,8 +22,6 @@ export class DemoSnippetComponent implements AfterViewInit {
22
23
public ngAfterViewInit() {
24
const code = this.normalizeIndentation(this.code).trim();
25
- console.log(this.code);
26
- console.log(code);
27
this.container.nativeElement.innerHTML = this.prism.highlight(code, this.type);
28
}
29
0 commit comments