1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Forgot to remove a debugline.

This commit is contained in:
Niels 2010-05-18 14:32:14 +02:00
parent ac693b663c
commit 9eef7669c6

View File

@ -556,7 +556,6 @@ begin
begin
OnMessage := @SimbaForm.OnCCMessage;
b.SaveToStream(ms);
b.SaveToFile('C:\Lazarus\Mufasa Git\libdebug.txt');
FileName := LibName;
Run(ms, nil, -1, True);
end;