chore: remove print from frappeclient

Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>
This commit is contained in:
Chinmay Pai 2019-10-09 16:04:04 +05:30 committed by GitHub
parent 989cd82e90
commit 0740fddae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,6 @@ class FrappeClient(object):
else:
if json.loads(r.text).get('exc_type') == "SiteExpiredError":
raise SiteExpiredError
print(r.text)
raise AuthError
def logout(self):