]> git.mxchange.org Git - quix0rs-blobwars.git/commitdiff
Remove a debug message.
authorGuus Sliepen <guus@debian.org>
Sat, 3 Jul 2010 18:28:14 +0000 (20:28 +0200)
committerGuus Sliepen <guus@debian.org>
Sat, 3 Jul 2010 18:28:14 +0000 (20:28 +0200)
src/CAudio.cpp

index e4ee1501818e1efed162c6ce99eac3a3ddb146f2..521c18ba750ea5a34fd1d864ebbea56a05a08b5a 100644 (file)
@@ -163,8 +163,6 @@ bool Audio::loadMusic(const char *filename)
                }
        }
 
-       fprintf(stderr, "%s\n%s\n\"%s\"\n%d\n", songartist, songalbum, songtitle, songlicense);
-
        if(fp)
                fclose(fp);