Changeset 87

Show
Ignore:
Timestamp:
07/16/07 22:53:45 (3 years ago)
Author:
roidelapluie
Message:

remove debug stuffs

Location:
gajim/branches/chat2muc/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • gajim/branches/chat2muc/src/common/connection_handlers.py

    r86 r87  
    15311531                                if invite.getTag('invite').getTag('continue'): 
    15321532                                        is_continued = True 
    1533                                         print '1' 
    1534                                 else: 
    1535                                         print '0' 
    15361533                                self.dispatch('GC_INVITATION',(frm, jid_from, reason, password, 
    15371534                                        is_continued)) 
  • gajim/branches/chat2muc/src/gajim.py

    r86 r87  
    12101210                room_jid = array[0] 
    12111211                if helpers.allow_popup_window(account) or not self.systray_enabled: 
    1212                         print '11' 
    12131212                        dialogs.InvitationReceivedDialog(account, room_jid, jid, array[3], 
    12141213                                array[2], is_continued=array[4]) 
     
    12251224                        notify.popup(event_type, jid, account, 'gc-invitation', path, 
    12261225                                event_type, room_jid) 
    1227                         print '12' 
    12281226 
    12291227        def handle_event_bad_passphrase(self, account, array):