mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-27 11:21:54 +02:00
Removes debug log.
This commit is contained in:
@@ -18,7 +18,6 @@ void AudioPlayer::play(std::string uri) {
|
||||
} else {
|
||||
esp_player_music_stop();
|
||||
esp_player_sdcard_music_play(uri.c_str(), 0);
|
||||
std::cout << "Zeile 22 wurde ausgefuehrt." << "\n";
|
||||
lastUri = std::string(uri);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user