From 6e9c1a6dd0042e123941e59ad5da6fc569093fbb Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 1 Jul 2009 14:18:59 -0700 Subject: [PATCH] remove some accidentally-submitted debug logging --- tools/applypatch/applypatch.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/applypatch/applypatch.c b/tools/applypatch/applypatch.c index 49ec97ff62..185d3de3b7 100644 --- a/tools/applypatch/applypatch.c +++ b/tools/applypatch/applypatch.c @@ -541,14 +541,6 @@ size_t FreeSpaceForFile(const char* filename) { // TODO: make the interface more sensible for use as a library. 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) { return 2; }