Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 24, 2023
1 parent 72961cc commit 97ef4f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/emojisplosion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { EmojiEvents, initializeEvents } from "./events";
import { createStyleElementAndClass } from "./styles";
import { obtainValue, shuffleArray } from "./utils";

console.log("hi");

/**
* Settings to launch an emojisplosion!
*/
Expand Down

0 comments on commit 97ef4f3

Please sign in to comment.