mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-12 20:35:10 -05:00
Removed unneeded writeln.
This commit is contained in:
parent
b1d38fff4a
commit
51dddfe88a
@ -409,7 +409,7 @@ begin
|
||||
mp.Run(ms, nil, Synedit.SelStart + (ep - Synedit.CaretX) - 1,true);
|
||||
bcc := 1;bck := 0;cc := 0;
|
||||
s := mp.GetExpressionAtPos(bcc, bck, cc,posi, true);
|
||||
WriteLn('is it '+s+'?');
|
||||
|
||||
bracketpos := posi + length(s);
|
||||
if pos('(',s) > 0 then
|
||||
begin;
|
||||
|
Loading…
Reference in New Issue
Block a user