[chronojump] Removed unneded print



commit 5d700f41b9efe85bb1366e3bd6175088c6149090
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 8 16:58:40 2021 +0200

    Removed unneded print

 src/utilDate.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/utilDate.cs b/src/utilDate.cs
index 17829635..6e11784c 100644
--- a/src/utilDate.cs
+++ b/src/utilDate.cs
@@ -92,7 +92,7 @@ public class UtilDate
        //return datetime
        public static DateTime FromSql (string date)
        {
-               LogB.Information("UtilDate.FromSql date: " + date);
+               //LogB.Information("UtilDate.FromSql date: " + date);
                /*
                   on report we do a session select with uniqueID = -1
                   it returns nothing, date has nothing


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]