Skip to content

Commit

Permalink
Delete a debugging line which we don't need.
Browse files Browse the repository at this point in the history
  • Loading branch information
painter1 committed May 6, 2021
1 parent 1efb652 commit 68e726d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def logsince( logfile, starttime, taillen=15123456 ):
datedlines = [ l for l in lastlines if l[0:4]==starttime[0:4] or
l[0:4]==str(int(starttime[0:4])+1) ]
sincelines = [ l for l in datedlines if l[:19]>=starttime[:19] ]
pdb.set_trace()
return sincelines

def logline_datanode( ll ):
Expand Down

0 comments on commit 68e726d

Please sign in to comment.