Skip to content

Commit e4f2d43

Browse files
author
Thiago Bussola
committed
refactor(components/copy-button): removing console.log
removing unnused console.log
1 parent 6112cad commit e4f2d43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/shared/components/copy-button/copy-button.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export class CopyButtonComponent {
1414
onCopy() {
1515
this.buttonText.next('Copied!');
1616
timer(2000).pipe(take(1)).subscribe(() => {
17-
console.log('OI');
1817
this.buttonText.next('Copy');
1918
});
2019
}

0 commit comments

Comments
 (0)