Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsantosjunior committed May 18, 2021
1 parent 9f9658e commit 6bf3d94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export class AppComponent {
}

public async pressEnter(event: KeyboardEvent): Promise<void> {
console.log(event);
if (event.key === "Enter") {
this.generateText();
}
Expand Down

0 comments on commit 6bf3d94

Please sign in to comment.