Skip to content
Snippets Groups Projects
Commit 3f29b4bd authored by Josh Brooks's avatar Josh Brooks
Browse files

Modify log prints

parent 0448bb99
No related branches found
No related tags found
2 merge requests!67fix for latest client release,!61Add emoji sanitizater
This commit is part of merge request !67. Comments created here will be created in the context of that merge request.
......@@ -55,12 +55,12 @@ func (s *Set) SanitizeEmojiMartSet(frontendEmojiSetJson []byte) ([]byte, error)
"failed to unmarshal emoji-mart set JSON: %+v", err)
}
jww.INFO.Printf("Finding incompatible emojis...")
jww.INFO.Printf("[SanitizeEmojiMartSet] Finding incompatible emojis...")
// Find all incompatible emojis in the front end set
emojisToRemove := s.findIncompatibleEmojis(&frontEndEmojiSet)
jww.INFO.Printf("Removing incompatible emojis...")
jww.INFO.Printf("[SanitizeEmojiMartSet] Removing incompatible emojis...")
// Remove all incompatible emojis from the set
removeIncompatibleEmojis(&frontEndEmojiSet, emojisToRemove)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment