From 81d4aa31c465e77bb0291b4385c4817b2d06e437 Mon Sep 17 00:00:00 2001 From: miklosh Date: Sun, 19 Aug 2007 22:18:33 +0000 Subject: [PATCH] Removed left-in debug stuff which caused frenzy --- src/file.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/file.cpp b/src/file.cpp index 9e8e3723c..d5819cf0f 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1007,8 +1007,6 @@ sp_file_import(Gtk::Window &parentWindow) if (import_path.size()>0) import_path.append(G_DIR_SEPARATOR_S); - printf("vai importar %s %s\n", fileName.c_str(), selection->get_name()); - file_import(doc, fileName, selection); } @@ -1284,7 +1282,7 @@ sp_file_export_to_ocal_dialog(Gtk::Window &parentWindow) uri.append(prefs_get_string_attribute("options.ocalurl", "str")); uri.append("/dav.php/"); uri.append(Glib::path_get_basename(fileName)); - printf("%s\n", uri.c_str()); + // Save as a remote file using the dav protocol. success = file_save_remote(doc, uri, selectionType, FALSE, FALSE); remove(fileName.c_str()); -- 2.30.2