diff --git a/src/common/jingle_ft.py b/src/common/jingle_ft.py
index dd9065533457d0a35227f9658fe05e4a4fae938c..641a33bddb9e45dc0f7b85437f026d1229f66135 100644
--- a/src/common/jingle_ft.py
+++ b/src/common/jingle_ft.py
@@ -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