commenting debugging code
This commit is contained in:
parent
e025d54fb1
commit
6d95385102
|
@ -147,7 +147,7 @@ class JingleFileTransfer(JingleContent):
|
||||||
h = xmpp.Hashes()
|
h = xmpp.Hashes()
|
||||||
hash_ = h.calculateHash(self.session.hash_algo, file_)
|
hash_ = h.calculateHash(self.session.hash_algo, file_)
|
||||||
# DEBUG
|
# DEBUG
|
||||||
hash_ = '1294809248109223'
|
#hash_ = '1294809248109223'
|
||||||
if not hash_:
|
if not hash_:
|
||||||
# Hash alogrithm not supported
|
# Hash alogrithm not supported
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue