remove "pass"

This commit is contained in:
Zhenchao Li 2010-07-13 10:43:14 +08:00
parent c29fbdb617
commit 2938838f54
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ class JingleFileTransfer(JingleContent):
gajim.socks5queue.add_receiver(self.session.ourjid, receiver)
streamhost_used['idx'] = receiver.queue_idx
gajim.socks5queue.on_success = self.transport._on_proxy_auth_ok
pass
else:
jid = gajim.get_jid_without_resource(self.session.ourjid)
gajim.socks5queue.send_file(self.file_props, jid)