diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-10-02 20:08:51 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-10-02 20:08:51 +0800 |
| commit | 4d9df1bea69f7d943565fbb4bb290fa08eeca821 (patch) | |
| tree | 99078c099d38957d27989bdff8e446fa484ce403 | |
| parent | d74ac7f45da5d97966d1953ccd700001c5f66d3d (diff) | |
| download | ibus-4d9df1bea69f7d943565fbb4bb290fa08eeca821.tar.gz ibus-4d9df1bea69f7d943565fbb4bb290fa08eeca821.tar.xz ibus-4d9df1bea69f7d943565fbb4bb290fa08eeca821.zip | |
Remove debug output.
| -rw-r--r-- | lib/gtk2/ibusattribute.c | 1 |
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; } |
