浏览代码

Tweaked commments

Tig Kindel 1 年之前
父节点
当前提交
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;
         }