From: buliabyak Date: Sun, 25 Mar 2007 02:31:54 +0000 (+0000) Subject: comment out debug X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c110013d689784115ed8d3c9ae253cf3941a7e8;p=inkscape.git comment out debug --- diff --git a/src/ui/dialog/filedialog.cpp b/src/ui/dialog/filedialog.cpp index 4de947642..1ab500863 100644 --- a/src/ui/dialog/filedialog.cpp +++ b/src/ui/dialog/filedialog.cpp @@ -631,7 +631,7 @@ bool SVGPreview::set(Glib::ustring &fileName, int dialogType) if (!Glib::file_test(fileName, Glib::FILE_TEST_EXISTS)) return false; - g_message("fname:%s", fileName.c_str()); + //g_message("fname:%s", fileName.c_str()); if (Glib::file_test(fileName, Glib::FILE_TEST_IS_DIR)) { showNoPreview();