Remove useless comment

This commit is contained in:
Ekaterina Vaartis 2019-04-18 15:57:41 +03:00
parent c5b7286b5f
commit 1e44b5478d
1 changed files with 0 additions and 2 deletions

View File

@ -108,8 +108,6 @@ defp load do
shortcode_globs = Application.get_env(:pleroma, :emoji)[:shortcode_globs] || []
emojis =
# Add the things fro
# Deprecated?
(Enum.flat_map(
packs,
fn pack -> load_from_file(Path.join([emoji_dir_path, pack, "emoji.txt"])) end