removed debugging code

git-svn-id: trunk@9405 -
This commit is contained in:
mattias 2006-06-05 11:43:59 +00:00
parent 56df0109ff
commit 6ed0029539

View File

@ -9621,8 +9621,7 @@ begin
{$IFDEF SYN_LAZARUS}
// i now contains the needed spaces
Spaces := CreateTabsAndSpaces(CaretX,i,TabWidth,
not (eoTabsToSpaces in Options))+'|';
Spaces := StringOfChar(' ', i);
not (eoTabsToSpaces in Options));
//debugln('TCustomSynEdit.DoTabKey Spaces="',DbgStr(Spaces),'" TabChar=',DbgStr(TabChar));
BeginUndoBlock;