chore: remove print from frappeclient
Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>
This commit is contained in:
parent
989cd82e90
commit
0740fddae3
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue