mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
remove accidentally committed debug message
SVN-Revision: 12827
This commit is contained in:
parent
8f567ff728
commit
0d71217695
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user