Remove BGM print

This commit is contained in:
Varun Patil 2020-05-04 19:33:48 +05:30
parent 501d6ae608
commit 920168abe0
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ void Audio::bgmPlay(const char *filename,
int pitch,
float pos)
{
printf("PLAYING BGM %s\n", filename);
p->bgm.play(filename, volume, pitch, pos);
}