Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7d138ae

Browse files
committed
removed unneeded print statement
1 parent 269afbe commit 7d138ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎python/utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
def get_mssql_connection():
88
print('Getting MSSQL connection')
99
mssql_connection_string = os.environ["MSSQL"]
10-
print(mssql_connection_string)
1110
if any(s in mssql_connection_string.lower() for s in ["uid"]):
1211
print(' - Using SQL Server authentication')
1312
attrs_before = None

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /