mirror of https://gitlab.com/basile.b/dexed.git
remove debug loc
This commit is contained in:
parent
f749c0333c
commit
892cccf12a
|
@ -2639,7 +2639,6 @@ begin
|
||||||
ddc := lexInDdoc;
|
ddc := lexInDdoc;
|
||||||
if ddc in ['*', '+'] then
|
if ddc in ['*', '+'] then
|
||||||
begin
|
begin
|
||||||
fLexToks.saveToFile('/home/basile/lx.txt');
|
|
||||||
inherited;
|
inherited;
|
||||||
insertLeadingDDocSymbol(ddc);
|
insertLeadingDDocSymbol(ddc);
|
||||||
fCanShowHint:=false;
|
fCanShowHint:=false;
|
||||||
|
|
Loading…
Reference in New Issue