Remove debug output.
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 6 Apr 2010 09:24:25 +0000 (17:24 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 6 Apr 2010 09:24:25 +0000 (17:24 +0800)
src/Text.h

index bcf7c1d..983295c 100644 (file)
@@ -35,7 +35,6 @@ class StaticText : public Text {
 public:
     StaticText (const gchar *str)
         : Text (ibus_text_new_from_static_string (str)) {
-        g_debug ("StaticText(%s)", str);
     }
 
     StaticText (const String & str)