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

Forgot to remove a little debug writeln.

This commit is contained in:
Niels 2010-04-24 12:13:43 +02:00
parent d352c13764
commit 5ee4fef3cb

View File

@ -1987,7 +1987,6 @@ begin
a.GetValueDefs(b); a.GetValueDefs(b);
CoreDefines.AddStrings(a.Defines); CoreDefines.AddStrings(a.Defines);
WriteLn('Defines: '+a.Defines.CommaText);
SetLength(CoreBuffer, 1); SetLength(CoreBuffer, 1);
CoreBuffer[0] := TCodeInsight.Create; CoreBuffer[0] := TCodeInsight.Create;