Skip to content

Commit

Permalink
fix: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Juengst authored and christian-seifert-teradata committed Dec 3, 2024
1 parent 1868a12 commit 1b6b0aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class TdCopyCodeButtonComponent {
}

copyClicked(): void {
console.log('copyClicked');
this.copyButton.checked = false;
}
}
1 change: 0 additions & 1 deletion libs/angular-highlight/src/lib/highlight.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class TdHighlightComponent implements AfterViewInit, AfterViewChecked {
@Input()
set content(content: string) {
this._content = content;
console.log(this._content);
if (this._initialized) {
this._loadContent(this._content);
}
Expand Down

0 comments on commit 1b6b0aa

Please sign in to comment.