From b3c29800fbf7bd44f043e0c9742b207e15fb50f2 Mon Sep 17 00:00:00 2001
From: Brion Vibber <brion@pobox.com>
Date: Fri, 16 Oct 2009 11:49:27 -0700
Subject: Drop a debug info line that isn't really needed

---
 lib/util.php | 1 -
 1 file changed, 1 deletion(-)

(limited to 'lib/util.php')

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");
-- 
cgit v1.2.3-54-g00ecf