Kaynağa Gözat

Tweaked commments

Tig Kindel 1 yıl önce
ebeveyn
işleme
ce3171db45
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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;
         }