From 10e6d7591c71597228046d0191b2a8bc9662e858 Mon Sep 17 00:00:00 2001 From: mogguh Date: Thu, 27 Mar 2008 23:38:00 +0000 Subject: Writeln caused a problem in the previously committed USong.pas, debug message is now just written when compiling with Lazarus git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@976 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/USong.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game/Code/Classes/USong.pas b/Game/Code/Classes/USong.pas index ade511a8..2693ed48 100644 --- a/Game/Code/Classes/USong.pas +++ b/Game/Code/Classes/USong.pas @@ -403,7 +403,7 @@ begin //Try to Parse the Song If Parser.ParseSong(Path + PathDelim + FileName) then begin - Writeln('XML Inputfile Parsed succesful'); +// Writeln('XML Inputfile Parsed succesful'); //Start write parsed information to Song //Notes Part For I := 0 to High(Parser.SongInfo.Sentences) do -- cgit v1.2.3