remove a print

This commit is contained in:
Nikos Kouremenos 2005-08-16 11:52:19 +00:00
parent 9a5e49ac1c
commit e675471568
1 changed files with 0 additions and 1 deletions

View File

@ -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: