diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 16:48:54 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 16:48:54 +0100 |
| commit | c96b605f93a516c362c5ad6f937ff85db9babd43 (patch) | |
| tree | 5acade85a6a2e7b4cf1cc220230e3cbc6dadb94c | |
| parent | 203bb6fb2a02d2ec0ad80d515f5c379f4425ece9 (diff) | |
Remove debug messages
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1088,12 +1088,6 @@ static void ftag_sync(int argc, char **argv) size_t line_size = 32; char *line = malloc(line_size); ssize_t line_len; - printf("Output of \"%s\":\n", cmd); - printf("BEGIN\n"); - while ((line_len = getline(&line, &line_size, pipe)) != -1) { - printf("%s", line); - } - printf("END\n"); if (ferror(pipe)) { perror("getline"); exit(EXIT_FAILURE); |
