Commit 5023ed01a3250d1fb3916347244dd4a1ea5c5b71
1 parent
23da1b61
remove unused logger
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
web_controllers/language/language_management.anubis
| ... | ... | @@ -113,8 +113,7 @@ public define HTML_Partial_Content |
| 113 | 113 | ( |
| 114 | 114 | String dictionary_collection_name, |
| 115 | 115 | String lang, |
| 116 | - Bool show_symbolic, | |
| 117 | - (LogLevel, String) -> One logger | |
| 116 | + Bool show_symbolic | |
| 118 | 117 | ) = |
| 119 | 118 | with make_line = (L3LangDicProperty dico_prop) |-> |
| 120 | 119 | if dico_prop is l3LangDicProperty( _, sha1, lang_code, user_def, creat, update) then |
| ... | ... | @@ -158,5 +157,5 @@ public define HTML_Partial_Content |
| 158 | 157 | with lang = _session.language, |
| 159 | 158 | app_dictionnary = get_dictionary(_session), |
| 160 | 159 | |
| 161 | - flags_menu(app_dictionnary, lang, show_symbolic, logger) | |
| 160 | + flags_menu(app_dictionnary, lang, show_symbolic) | |
| 162 | 161 | . | ... | ... |