소스 검색

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;
         }