Remove print

This commit is contained in:
Will O'Beirne 2019-02-05 15:16:39 -05:00
parent a2ddcf07c4
commit a7fb3bcd81
No known key found for this signature in database
GPG Key ID: 44C190DB5DEAF9F6
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ class Proposal(db.Model):
# Check with node that the address is kosher
res = blockchain_get('/validate/address', {'address': self.payout_address})
print(res)
if not res['valid']:
raise ValidationException("Payout address is not a valid Zcash address")