From d525d297a9c754dc5f5361f7ea1ceac1c930fa71 Mon Sep 17 00:00:00 2001 From: gyboth Date: Mon, 18 Jul 2005 16:21:18 +0000 Subject: [PATCH] Porting issues. --- src/file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/file.c b/src/file.c index ebf8452d..e2841b1b 100644 --- a/src/file.c +++ b/src/file.c @@ -598,8 +598,6 @@ file_copy_file(const gchar *source_file, const gchar *dest_file) { gchar buf[SMALL]; - printf("copy %s -> %s\n", source_file, dest_file); - if(os_is_unix) sprintf(buf, "%s %s %s", const_str("string_fs_copy_file_command"), source_file, dest_file);