mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
do not need to print this here.
This commit is contained in:
@@ -164,8 +164,6 @@ while True:
|
|||||||
linebuf += '\n'
|
linebuf += '\n'
|
||||||
print linebuf
|
print linebuf
|
||||||
last_tag = None # Ensure next log gets a tag printed
|
last_tag = None # Ensure next log gets a tag printed
|
||||||
else:
|
|
||||||
print line_package
|
|
||||||
|
|
||||||
dead_pid = parse_death(tag, message)
|
dead_pid = parse_death(tag, message)
|
||||||
if dead_pid:
|
if dead_pid:
|
||||||
|
|||||||
Reference in New Issue
Block a user