Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
toutpt committed Aug 16, 2012
1 parent 836512f commit 9aaf6fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions collective/cmcicpaiement/aller.py
Expand Up @@ -199,10 +199,4 @@ def MAC(self):
oMac = sceau.CMCIC_Hmac(self._oTpe)
sChaineMAC = str(format_data(self))

self.debug_message = str(format_data(self))
self.debug_mac = oMac.computeHMACSHA1(sChaineMAC)

return oMac.computeHMACSHA1(sChaineMAC)

# self._MAC.update(str(format_data(self)))
# return self._MAC.hexdigest()

0 comments on commit 9aaf6fd

Please sign in to comment.