Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed Jun 3, 2021
1 parent bfa5fa2 commit 7e785b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ History
=======


v0.13.10 (2021-06-03)
v0.13.11 (2021-06-03)

* Add SQL Server 2017 driver path for Debian operating systems.
* Moving pyodbc.connect port reference within the SERVER term (ex. "<server>,5123")
Expand Down
2 changes: 0 additions & 2 deletions aioradio/pyodbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ async def establish_pyodbc_connection(
if application_intent:
conn_string += f';ApplicationIntent={application_intent}'

print(conn_string)

return pyodbc.connect(conn_string, autocommit=autocommit)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = fileobj.read()

setup(name='aioradio',
version='0.13.10',
version='0.13.11',
description='Generic asynchronous i/o python utilities for AWS services (SQS, S3, DynamoDB, Secrets Manager), Redis, MSSQL (pyodbc), JIRA and more',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7e785b2

Please sign in to comment.