Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Dec 11, 2023
1 parent 136bbf5 commit c6bd2e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/kotlin/com/mineinabyss/emojy/EmojyHelpers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ private fun Component.transformEmoteIds(insert: Boolean = true): Component {
var msg = this
val serialized = this.serialize()

if (!serialized.contains("transform") && !serialized.contains("happyhud")) logSuccess(serialized)

for (emote in emojy.emotes) {
emote.baseRegex.findAll(serialized).forEach { match ->

Expand Down

0 comments on commit c6bd2e4

Please sign in to comment.