remove console log

This commit is contained in:
Isaac Janzen 2023-04-28 12:02:14 -05:00
parent 57bcb55887
commit fb1ae01b93
No known key found for this signature in database
GPG Key ID: D75AF9C21FD8EBCD
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ export default Controller.extend(ModalFunctionality, {
@action @action
handleTextAreaKeydown(value, event) { handleTextAreaKeydown(value, event) {
console.log(event);
if ((event.ctrlKey || event.metaKey) && event.key === "Enter") { if ((event.ctrlKey || event.metaKey) && event.key === "Enter") {
this.assign(); this.assign();
} }