remove accidentally committed debug message
SVN-Revision: 12827
This commit is contained in:
parent
8f567ff728
commit
0d71217695
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue