lib/nfs/FileReader: remove debug line

This commit is contained in:
Max Kellermann 2017-02-08 08:43:56 +01:00
parent 69a82eec17
commit 53c14d97a6

View File

@ -213,9 +213,6 @@ NfsFileReader::StatCallback(const struct stat *st)
state = State::IDLE;
if (1==1)
return;
OnNfsFileOpen(st->st_size);
}