summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authormiklosh <miklosh@users.sourceforge.net>2007-08-19 22:18:33 +0000
committermiklosh <miklosh@users.sourceforge.net>2007-08-19 22:18:33 +0000
commit7c19c576ddb3ffcedb5652612756371584130980 (patch)
tree59b805b11f1654520cd34ef9fdb905ba34c72e9b /src/file.cpp
parentAdd libpoppler-cairo, and correct the link order (diff)
downloadinkscape-7c19c576ddb3ffcedb5652612756371584130980.tar.gz
inkscape-7c19c576ddb3ffcedb5652612756371584130980.zip
Removed left-in debug stuff which caused frenzy
(bzr r3539)
Diffstat (limited to '')
-rw-r--r--src/file.cpp4
1 files changed, 1 insertions, 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());