diff --git a/LiteDB/LiteDB.csproj b/LiteDB/LiteDB.csproj index 8d19a2fd0..1068fc9b3 100644 --- a/LiteDB/LiteDB.csproj +++ b/LiteDB/LiteDB.csproj @@ -2,9 +2,9 @@ net45;netstandard1.3;netstandard2.0 - 5.0.6 - 5.0.6 - 5.0.6 + 5.0.7 + 5.0.7 + 5.0.7 MaurĂ­cio David LiteDB LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile @@ -12,7 +12,7 @@ en-US LiteDB LiteDB - 5.0.6 + 5.0.7 database nosql embedded icon_64x64.png LICENSE diff --git a/LiteDB/Utils/Constants.cs b/LiteDB/Utils/Constants.cs index 2005b3c54..a8d404245 100644 --- a/LiteDB/Utils/Constants.cs +++ b/LiteDB/Utils/Constants.cs @@ -102,9 +102,9 @@ internal class Constants [Conditional("DEBUG")] public static void LOG(string message, string category) { - var threadID = Environment.CurrentManagedThreadId; - - Debug.WriteLine(message, threadID + "|" + category); + //var threadID = Environment.CurrentManagedThreadId; + // + //Debug.WriteLine(message, threadID + "|" + category); } ///