Skip to content

Commit

Permalink
Merge pull request #158 from boeronline/main
Browse files Browse the repository at this point in the history
Fix hard coded print line
  • Loading branch information
SimOnPanw authored Sep 1, 2023
2 parents 7df3050 + 43a985d commit 16af89e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion prismacloud/api/pc_lib_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def configure(self, settings, use_meta_info=True):
self.verify = settings.get('verify', True)
self.debug = settings.get('debug', False)
self.user_agent = settings.get('user_agent', self.user_agent)
print(self.user_agent)
#
# self.logger = settings['logger']
self.logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion prismacloud/api/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" version file """

version = '5.2.6'
version = '5.2.7'

0 comments on commit 16af89e

Please sign in to comment.