Skip to content

Commit

Permalink
🎨 Custom Emoji folders no longer require manual refresh when they cha…
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 authored and tom2319273 committed Aug 3, 2024
1 parent 9333ea4 commit be6caf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/model/emojis_watcher_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ func watchEmojis() {
if !ok {
return
}

//logging.LogInfof("emojis changed: %s", event)
util.PushReloadEmojiConf()
case err, ok := <-emojisWatcher.Error:
if !ok {
Expand Down

0 comments on commit be6caf4

Please sign in to comment.