mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-04-11 23:43:09 +09:00
[Event Logger Controller fix] - removing the file event_log_controller.js since it is not being used.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import { Controller } from "@hotwired/stimulus"
|
||||
|
||||
export default class extends Controller {
|
||||
log(event) {
|
||||
console.log(event)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user