remove a print
This commit is contained in:
parent
9a5e49ac1c
commit
e675471568
|
@ -756,7 +756,6 @@ timestamp, contact):
|
|||
nb, line = gajim.logger.read(jid, count - 1 - pos, count - pos)
|
||||
pos = pos + 1
|
||||
|
||||
print line
|
||||
# line is [] if log file for jid is not a file (does not exist or dir)
|
||||
if line != []:
|
||||
if (now - float(line[0][0]))/60 >= time_out:
|
||||
|
|
Loading…
Reference in New Issue