[nanny/win32: 48/75] Remove regex debug msg
- From: Roberto Majadas <telemaco src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nanny/win32: 48/75] Remove regex debug msg
- Date: Tue, 2 Nov 2010 18:54:59 +0000 (UTC)
commit 3ecd011c57c9f3d185275831dc7ee685cc21cfd5
Author: Roberto Majadas <roberto majadas openshine com>
Date: Tue Sep 28 02:56:37 2010 +0200
Remove regex debug msg
daemon/src/FilterManager.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/src/FilterManager.py b/daemon/src/FilterManager.py
index 7f7c544..cb77d53 100644
--- a/daemon/src/FilterManager.py
+++ b/daemon/src/FilterManager.py
@@ -55,7 +55,7 @@ def regexp(expr, item):
#ret = g.g_regex_match_simple(expr, item, 0, 0)
p = re.compile(expr)
ret = bool(p.match(item))
- print "GREGEXP>> expr: '%s' item: '%s' ----> %s" % (expr, item, ret)
+ #print "GREGEXP>> expr: '%s' item: '%s' ----> %s" % (expr, item, ret)
return ret
except:
print "Regex failure"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]