From: Peng Huang Date: Tue, 6 Apr 2010 09:24:25 +0000 (+0800) Subject: Remove debug output. X-Git-Tag: 1.3.10~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40b9e8911d184e91c454f2e78b72110cc5ff021d;p=platform%2Fupstream%2Fibus-libpinyin.git Remove debug output. --- diff --git a/src/Text.h b/src/Text.h index bcf7c1d..983295c 100644 --- a/src/Text.h +++ b/src/Text.h @@ -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)