Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e9c1a6d authored by Doug Zongker's avatar Doug Zongker
Browse files

remove some accidentally-submitted debug logging

parent a2bd9af9
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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;
  }