CPKreuz 1 年之前
父节点
当前提交
4076fb8274
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/PixiEditor/Helpers/DeadlockDetectionHelper.cs

+ 0 - 1
src/PixiEditor/Helpers/DeadlockDetectionHelper.cs

@@ -207,7 +207,6 @@ public class DeadlockDetectionHelper
                 return true;
             
             Debug.WriteLine($"-------- Second deadlock check time [{i}] {stopwatch.Elapsed}");
-
         }
         
         isFree = CheckDispatcher(1600, DispatcherPriority.Input);