From: Jay Freeman (saurik) Date: Fri, 3 Jul 2015 20:41:37 +0000 (-0700) Subject: We no longer need to log this parent process name. X-Git-Tag: v1.1.20~9 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/50e4fb0ab67e94de99bd5d80352b941f6ee71ae0?hp=431f9a778ea796974558da852e1d89ea602fa468 We no longer need to log this parent process name. --- diff --git a/cydo.cpp b/cydo.cpp index 6d33f948..05327df7 100644 --- a/cydo.cpp +++ b/cydo.cpp @@ -98,7 +98,6 @@ int main(int argc, char *argv[]) { if (program == NULL) return; - fprintf(log, "%lld %s\n", pid, program); if (strcmp(program, "/Applications/Cydia.app/Cydia") == 0) cydia = true; });