Remove debug print.

This commit is contained in:
Stephan Erb 2008-05-14 18:45:06 +00:00
parent 44fc7ddd0c
commit d41f245370
1 changed files with 0 additions and 1 deletions

View File

@ -1296,7 +1296,6 @@ def compute_caps_hash(identities, features, dataforms=[], hash_method='sha-1'):
for value in values:
S += '%s<' % value
print S
if hash_method == 'sha-1':
hash = hash_sha1(S)
elif hash_method == 'md5':