Skip to content

Commit e7a8c23

Browse files
author
Nicholas Newberry
committed
remove unnecessary console.log
1 parent a1dc4af commit e7a8c23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/javascript/controllers/auto-grow-textarea_controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default class extends Controller {
44
static targets = ["input"];
55

66
connect() {
7-
console.log("auto-grow-text-area connected");
87
this.inputTarget.style.resize = "none";
98
this.inputTarget.style.minHeight = `${this.inputTarget.scrollHeight}px`;
109
this.inputTarget.style.overflow = "hidden";

0 commit comments

Comments
 (0)