Skip to content

Commit

Permalink
Remove more log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Dec 10, 2019
1 parent 30065b8 commit 2599584
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions log_watcher/watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,9 @@


def process(line, history=False):
# if history:
# print '=', line.strip('\n')
# else:
# print '>', line.strip('\n')

if config.pattern:
if config.pattern in line:
print('yep')
sms.send()
else:
print 'nope'


def follow(config, from_beginning=False):
Expand Down

0 comments on commit 2599584

Please sign in to comment.