summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-03-09 17:23:50 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-03-09 17:23:50 +0800
commitedbab2fa45e5775249e426309cee6b5254ab0342 (patch)
treee1fe27478fef3b2b8a32646e91039539e44eb558
parent21b79630873c79ced591cf5e909660cf4c1bda69 (diff)
downloadibus-edbab2fa45e5775249e426309cee6b5254ab0342.tar.gz
ibus-edbab2fa45e5775249e426309cee6b5254ab0342.tar.xz
ibus-edbab2fa45e5775249e426309cee6b5254ab0342.zip
Remove some debug output.
-rw-r--r--bus/matchrule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bus/matchrule.c b/bus/matchrule.c
index 039602e..932d256 100644
--- a/bus/matchrule.c
+++ b/bus/matchrule.c
@@ -270,8 +270,6 @@ bus_match_rule_new (const gchar *text)
{
g_assert (text != NULL);
- g_debug ("new rule=%s", text);
-
Token *tokens, *p;
BusMatchRule *rule;