Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Dec 4, 2024
1 parent 082e8e2 commit 5c041d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/hooks/events/listener/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function processEvent(action, event) {
break;

default:
console.log(`MISSING MAPPING FOR ACTION: ${action}`);
console.error(`MISSING MAPPING FOR ACTION: ${action}`);
break;
}
}
Empty file.

0 comments on commit 5c041d9

Please sign in to comment.