Skip to content
Snippets Groups Projects
Commit 6d953851 authored by zimio's avatar zimio
Browse files

commenting debugging code

parent e025d54f
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ class JingleFileTransfer(JingleContent):
h = xmpp.Hashes()
hash_ = h.calculateHash(self.session.hash_algo, file_)
# DEBUG
hash_ = '1294809248109223'
#hash_ = '1294809248109223'
if not hash_:
# Hash alogrithm not supported
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment