am 6e9c1a6d
: remove some accidentally-submitted debug logging
Merge commit '6e9c1a6dd0042e123941e59ad5da6fc569093fbb' * commit '6e9c1a6dd0042e123941e59ad5da6fc569093fbb': remove some accidentally-submitted debug logging
This commit is contained in:
committed by
The Android Open Source Project
commit
8b3f93a7d5
@@ -541,14 +541,6 @@ size_t FreeSpaceForFile(const char* filename) {
|
|||||||
// TODO: make the interface more sensible for use as a library.
|
// TODO: make the interface more sensible for use as a library.
|
||||||
|
|
||||||
int applypatch(int argc, char** argv) {
|
int applypatch(int argc, char** argv) {
|
||||||
|
|
||||||
printf("applypatch argc %d\n", argc);
|
|
||||||
int xx;
|
|
||||||
for (xx = 0; xx < argc; ++xx) {
|
|
||||||
printf("%d %p %s\n", xx, argv[xx], argv[xx]);
|
|
||||||
fflush(stdout);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user