two prints to assist debuging of logic with peralta

This commit is contained in:
Nikos Kouremenos 2005-08-07 23:20:54 +00:00
parent b164f4a1ea
commit f01d93cb8c
1 changed files with 2 additions and 0 deletions

View File

@ -547,6 +547,8 @@ class TabbedChatWindow(chat.Chat):
# if the new state we wanna send (state) equals
# the current state (contact.chastate) then return
print 'wanna send', state
print 'atm you have', contact.chatstate
if contact.chatstate == state:
return