diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/USong.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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
|