Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
garyelephant committed Sep 24, 2016
1 parent 814223c commit 91cea34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygrok/pygrok.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def __init__(self, pattern, custom_patterns_dir=None, custom_patterns={}):
if re.search('%{\w+(:\w+)?}', py_regex_pattern) is None:
break

print py_regex_pattern
self.regex_obj = re.compile(py_regex_pattern)

def match(self, text):
Expand Down

0 comments on commit 91cea34

Please sign in to comment.