diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-07-28 13:41:58 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-07-28 13:41:58 +0200 |
commit | ad8c26f6c285412be041b7dcaeefa8741d3a6e57 (patch) | |
tree | 041e9af5f9b64215f12d195d6c98b548b0c1b622 /lib/pleroma/frontend.ex | |
parent | 7620b520c13a1c204810cf0cfe6a7b70b9a1c59d (diff) | |
parent | 6876761837bad399758cd6a93be5bf5cc8a81cef (diff) | |
download | pleroma-ad8c26f6c285412be041b7dcaeefa8741d3a6e57.tar.gz pleroma-ad8c26f6c285412be041b7dcaeefa8741d3a6e57.zip |
Merge remote-tracking branch 'origin/develop' into post-languages
Diffstat (limited to 'lib/pleroma/frontend.ex')
-rw-r--r-- | lib/pleroma/frontend.ex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pleroma/frontend.ex b/lib/pleroma/frontend.ex index ec72fb6a4..816499917 100644 --- a/lib/pleroma/frontend.ex +++ b/lib/pleroma/frontend.ex @@ -43,10 +43,6 @@ defmodule Pleroma.Frontend do {:download_or_unzip, _} -> Logger.info("Could not download or unzip the frontend") {:error, "Could not download or unzip the frontend"} - - _e -> - Logger.info("Could not install the frontend") - {:error, "Could not install the frontend"} end end |