remove accidentally committed debug message

SVN-Revision: 12827
lede-17.01
Felix Fietkau 2008-10-02 18:31:26 +00:00
parent 8f567ff728
commit 0d71217695
1 changed files with 1 additions and 3 deletions

View File

@ -276,10 +276,8 @@ mtd_write(int imagefd, const char *mtd)
}
}
if (r == 0) {
fprintf(stderr, "No more data left\n");
if (r == 0)
break;
}
buflen += r;
} while (buflen < erasesize);