Code

comment out debug
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 25 Mar 2007 02:31:54 +0000 (02:31 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 25 Mar 2007 02:31:54 +0000 (02:31 +0000)
src/ui/dialog/filedialog.cpp

index 4de947642fff54f74d5a0d33175b9ecf0ce33dc6..1ab500863250a2267019703959448a3521db4df9 100644 (file)
@@ -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();