lijun 4 달 전
부모
커밋
71a1905fc6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Pas.ScadaService/Core/GopTimeCalc.cs

+ 0 - 1
Pas.ScadaService/Core/GopTimeCalc.cs

@@ -152,7 +152,6 @@ namespace Pas.ScadaService.Core
 
         private static string HandleTime(string time)
         {
-            Console.WriteLine("time:"+time);
             var last = time.Split(':').Last();
             var lastLength = last.Length + 1;
             return time.Substring(0, time.Length - lastLength) + "." + last;