tweaks: drop most of the remaining debugging code, and some timing code

This commit is contained in:
Benno Schulenberg
2019-05-08 15:00:27 +02:00
parent da91a44f9e
commit c55d144748
6 changed files with 1 additions and 67 deletions

View File

@@ -1787,10 +1787,6 @@ bool write_file(const char *name, FILE *f_open, bool tmp,
goto cleanup_and_exit;
}
#ifdef DEBUG
fprintf(stderr, "Backing up %s to %s\n", realname, backupname);
#endif
/* Copy the file. */
if (copy_file(f, backup_file, FALSE) != 0) {
fclose(backup_file);