Browse Source

Tweaked commments

Tig Kindel 1 year ago
parent
commit
ce3171db45
1 changed files with 0 additions and 3 deletions
  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;
         }