forked from GNUsocial/gnu-social
Drop a debug info line that isn't really needed
This commit is contained in:
parent
c3b1f9e77d
commit
b3c29800fb
@ -64,7 +64,6 @@ function common_init_language()
|
|||||||
|
|
||||||
// So we don't have to make people install the gettext locales
|
// So we don't have to make people install the gettext locales
|
||||||
$path = common_config('site','locale_path');
|
$path = common_config('site','locale_path');
|
||||||
common_log(LOG_INFO, "binding text domain: $path");
|
|
||||||
bindtextdomain("statusnet", $path);
|
bindtextdomain("statusnet", $path);
|
||||||
bind_textdomain_codeset("statusnet", "UTF-8");
|
bind_textdomain_codeset("statusnet", "UTF-8");
|
||||||
textdomain("statusnet");
|
textdomain("statusnet");
|
||||||
|
Loading…
Reference in New Issue
Block a user