8000 removed unneeded print statement · doraig/azure-sql-db-openai@7d138ae · GitHub
[go: up one dir, main page]

Skip to content

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)
0