diff --git a/panda/src/downloader/downloader.cxx b/panda/src/downloader/downloader.cxx index a76c053347..f8b76155b0 100644 --- a/panda/src/downloader/downloader.cxx +++ b/panda/src/downloader/downloader.cxx @@ -566,7 +566,6 @@ download(const string &file_name, Filename file_dest, // Handle receive timeouts by trying again if (ans == RS_timeout) { - nassertr(bytes == 0, false); for (int r = 0; r < downloader_timeout_retries; r++) { ans = safe_receive(_socket, status._next_in, read_size, (long)downloader_timeout, bytes);