Browse Source

Remove leftover debugging print

dds
PaulStoffregen 11 years ago
parent
commit
7763119ac1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Audio.cpp

+ 0
- 1
Audio.cpp View File

@@ -1682,7 +1682,6 @@ void AudioPlayMemory::update(void)
if (length > consumed) {
length -= consumed;
} else {
Serial.println("end");
playing = 0;
}
transmit(block);

Loading…
Cancel
Save