Commit 53c14d97 authored by Max Kellermann's avatar Max Kellermann

lib/nfs/FileReader: remove debug line

parent 69a82eec
...@@ -213,9 +213,6 @@ NfsFileReader::StatCallback(const struct stat *st) ...@@ -213,9 +213,6 @@ NfsFileReader::StatCallback(const struct stat *st)
state = State::IDLE; state = State::IDLE;
if (1==1)
return;
OnNfsFileOpen(st->st_size); OnNfsFileOpen(st->st_size);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment