diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 946b245..1775e98 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -29,7 +29,6 @@ export class AppComponent { } public async pressEnter(event: KeyboardEvent): Promise { - console.log(event); if (event.key === "Enter") { this.generateText(); }