[domino] remove debugging statement

This commit is contained in:
Benjamin Dauvergne 2012-10-01 17:16:46 +02:00
parent 06e81b919f
commit aa79ab49df
1 changed files with 0 additions and 1 deletions

View File

@ -608,7 +608,6 @@ class DominoWs(object):
d = { 'etablissement': nom, 'lignes': rows }
invoice._detail = d
except Exception, e:
raise
raise DominoException('Exception when retrieving invoice details', e)
def get_family_by_mail(self, email):