Skip to content

Commit

Permalink
refactor: console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Geunbaek committed Dec 26, 2024
1 parent 659ca4b commit dcfbecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/eventManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function createSyntheticEvent(event) {

function eventHandler(event) {
event = createSyntheticEvent(event);
console.log(event);
const eventType = event.type;
const handlers = eventManager.get(eventType);

Expand Down

0 comments on commit dcfbecb

Please sign in to comment.