From 14257be4766e580e10b37f0975ee0dabaaa90fc2 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 6 May 2008 09:55:12 +0000 Subject: [PATCH] Squelch annoying debug dump. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24630 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiGraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiGraphics.cpp b/src/frontends/qt4/GuiGraphics.cpp index 6a17db67d4..d9c93bc852 100644 --- a/src/frontends/qt4/GuiGraphics.cpp +++ b/src/frontends/qt4/GuiGraphics.cpp @@ -459,7 +459,7 @@ void GuiGraphics::updateContents() break; } - lyxerr << bufferFilepath(); + //lyxerr << bufferFilepath(); string const name = igp.filename.outputFilename(fromqstr(bufferFilepath())); filename->setText(toqstr(name)); -- 2.39.5