Skip to content

Commit 4311587

Browse files
authored
unnecessary log deleted
1 parent 1a7a808 commit 4311587

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Audio.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,6 @@ void Audio::processLocalFile() {
27152715
return;
27162716
}
27172717
else{
2718-
log_e("%i", millis() - ctime);
27192718
if((InBuff.freeSpace() > maxFrameSize) && (m_file_size - byteCounter) > maxFrameSize && availableBytes){
27202719
// fill the buffer before playing
27212720
return;

0 commit comments

Comments
 (0)