Tig Kindel 1 год назад
Родитель
Сommit
ce3171db45
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      Terminal.Gui/View/Adornment/Adornment.cs

+ 0 - 3
Terminal.Gui/View/Adornment/Adornment.cs

@@ -198,8 +198,6 @@ public class Adornment : View
             return true;
         }
 
-        //System.Diagnostics.Debug.WriteLine ($"dragPosition before: {dragPosition.HasValue}");
-
         int nx, ny;
 
         if (!_dragPosition.HasValue
@@ -220,7 +218,6 @@ public class Adornment : View
                 Application.GrabMouse (this);
             }
 
-            //System.Diagnostics.Debug.WriteLine ($"Starting at {dragPosition}");
             return true;
         }