Skip to content

Commit

Permalink
Remove unneeded line that pollutes the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
borrrden committed Aug 19, 2017
1 parent 0a68a23 commit 733f850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Couchbase.Lite/API/Database/Database.cs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ private Document VerifyDB(Document document)
/// </summary>
public void Dispose()
{
Console.WriteLine($"DATABASE CLOSED {Environment.StackTrace}");
GC.SuppressFinalize(this);
_threadSafety.DoLocked(() => Dispose(true));
}
Expand Down

0 comments on commit 733f850

Please sign in to comment.