Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 0eeffa4

Browse files
committed
remove hanging PrintSql
1 parent d137ccd commit 0eeffa4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ServiceStack.OrmLite.Tests/MetaDataTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public async Task Can_get_GetTableNamesWithRowCounts_Async()
131131
[Test]
132132
public void Can_get_GetTableNamesWithRowCounts_in_Schema()
133133
{
134-
OrmLiteUtils.PrintSql();
135-
136134
var schema = "Schema";
137135
using (var db = OpenDbConnection())
138136
{

0 commit comments

Comments
 (0)