diff options
author | Brion Vibber <brion@pobox.com> | 2009-10-16 11:49:27 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-10-16 11:49:27 -0700 |
commit | b3c29800fbf7bd44f043e0c9742b207e15fb50f2 (patch) | |
tree | 73a3d5a5d048efe8d8c48a4373e3076cb93fbc62 /lib | |
parent | c3b1f9e77d93f1a6b06617e2d15e7b761167f3fd (diff) |
Drop a debug info line that isn't really needed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 38147e998..d679d717f 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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"); |