Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tylern4 committed Apr 22, 2022
1 parent 095a121 commit de65192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/SuperfacilityAPI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def __init__(self, client_id: str = None, private_key: str = None, key_path: str
@property
def token(self):
if self.session is not None:
print(f"Getting new token", file=sys.stderr)
self.access_token = self.session.fetch_token()['access_token']

return self.access_token
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
author_email="[email protected]",
packages=['SuperfacilityAPI'],
package_dir={'': 'python'},
version='0.1.3',
version='0.1.4',
scripts=['python/SuperfacilityAPI/bin/sfapi'],
install_requires=install_requires,
classifiers=[
Expand Down

0 comments on commit de65192

Please sign in to comment.