From 18b2c1e46810fbfe653b403f3165a281c760f44d Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 11 Nov 2011 18:27:25 +0100 Subject: No need to state the obvious publicly --- src/lib/VSDXParser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/VSDXParser.cpp b/src/lib/VSDXParser.cpp index 202ad2f..01c2882 100644 --- a/src/lib/VSDXParser.cpp +++ b/src/lib/VSDXParser.cpp @@ -1601,7 +1601,6 @@ void libvisio::VSDXParser::readTextField(WPXInputStream *input) double numericValue = readDouble(input); input->seek(2, WPX_SEEK_CUR); int formatId = (int)readU32(input); - printf("Fridrich is a good guy 2 %i\n", formatId); if (tmpCode == 0x28) { if (m_isStencilStarted) -- cgit v1.2.3