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

if (length > consumed) { if (length > consumed) {
length -= consumed; length -= consumed;
} else { } else {
Serial.println("end");
playing = 0; playing = 0;
} }
transmit(block); transmit(block);

Loading…
Cancel
Save