Browse Source

* Remove debug (?) statement

Michaël Van Canneyt 1 month ago
parent
commit
9514ef60a9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/ide/weditor.pas

+ 0 - 1
packages/ide/weditor.pas

@@ -7405,7 +7405,6 @@ begin
   for i:=SelStart.Y to ey do
    begin
      S:=GetLineText(i);
-     fog('S "'+S+'"');
      if Length(S)<2 then continue;
      WhiteLen:=0;
      for k:=1 to Length(S)-1 do