Remove a print...
This commit is contained in:
parent
54ad584f4c
commit
0b9322eca5
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapContent):
|
||||||
|
|
||||||
if getseen or flags & Message.IS_UNREAD:
|
if getseen or flags & Message.IS_UNREAD:
|
||||||
com.parse()
|
com.parse()
|
||||||
print "coin !"
|
|
||||||
message = Message(thread=parent.thread,
|
message = Message(thread=parent.thread,
|
||||||
id=com.id,
|
id=com.id,
|
||||||
title=com.title,
|
title=com.title,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue