Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yoav-klein committed Sep 25, 2021
1 parent e23c368 commit 142f036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AudioFileSourceHTTPStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ uint32_t AudioFileSourceHTTPStream::read(void *data, uint32_t len)
audioLogger->printf_P(PSTR("ERROR! AudioFileSourceHTTPStream::read passed NULL data\n"));
return 0;
}
//return readInternal(data, len, false);

return (this->*readImpl)(data, len, false);

Expand Down

0 comments on commit 142f036

Please sign in to comment.