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) {
|
if (r == 0)
|
||||||
fprintf(stderr, "No more data left\n");
|
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
|
|
||||||
buflen += r;
|
buflen += r;
|
||||||
} while (buflen < erasesize);
|
} while (buflen < erasesize);
|
||||||
|
|
Loading…
Reference in a new issue