summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-10-02 20:08:51 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-10-02 20:08:51 +0800
commit4d9df1bea69f7d943565fbb4bb290fa08eeca821 (patch)
tree99078c099d38957d27989bdff8e446fa484ce403
parentd74ac7f45da5d97966d1953ccd700001c5f66d3d (diff)
downloadibus-4d9df1bea69f7d943565fbb4bb290fa08eeca821.tar.gz
ibus-4d9df1bea69f7d943565fbb4bb290fa08eeca821.tar.xz
ibus-4d9df1bea69f7d943565fbb4bb290fa08eeca821.zip
Remove debug output.
-rw-r--r--lib/gtk2/ibusattribute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gtk2/ibusattribute.c b/lib/gtk2/ibusattribute.c
index 4155a4c..c693d65 100644
--- a/lib/gtk2/ibusattribute.c
+++ b/lib/gtk2/ibusattribute.c
@@ -131,7 +131,6 @@ ibus_attr_list_ref (IBusAttrList *attr_list)
void
ibus_attr_list_unref (IBusAttrList *attr_list)
{
- g_debug ("%s", __FUNCTION__);
if (attr_list == NULL) {
return;
}