mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-16 14:25:02 -05:00
Forgot to remove a debugline.
This commit is contained in:
parent
ac693b663c
commit
9eef7669c6
@ -556,7 +556,6 @@ begin
|
|||||||
begin
|
begin
|
||||||
OnMessage := @SimbaForm.OnCCMessage;
|
OnMessage := @SimbaForm.OnCCMessage;
|
||||||
b.SaveToStream(ms);
|
b.SaveToStream(ms);
|
||||||
b.SaveToFile('C:\Lazarus\Mufasa Git\libdebug.txt');
|
|
||||||
FileName := LibName;
|
FileName := LibName;
|
||||||
Run(ms, nil, -1, True);
|
Run(ms, nil, -1, True);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user