Drop a debug info line that isn't really needed

This commit is contained in:
Brion Vibber 2009-10-16 11:49:27 -07:00
parent c3b1f9e77d
commit b3c29800fb
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ function common_init_language()
// So we don't have to make people install the gettext locales
$path = common_config('site','locale_path');
common_log(LOG_INFO, "binding text domain: $path");
bindtextdomain("statusnet", $path);
bind_textdomain_codeset("statusnet", "UTF-8");
textdomain("statusnet");