Skip to content

Commit f411864

Browse files
author
Fraser Greenroyd
committed
Remove test code
1 parent 7fae6e4 commit f411864

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SQL_Adapter/SqlAdapter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public partial class SqlAdapter : BHoMAdapter
4343

4444
public SqlAdapter(string server, string database)
4545
{
46-
bool hello = false;
4746
#if ZCTDEPLOY
4847
m_ConnectionString = $"Server = {server}; Database = {database}; Trusted_Connection = True; TrustServerCertificate=True";
4948
#else

0 commit comments

Comments
 (0)