From d5962f099175a9d0f83c71fc46437d95111c68f6 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Tue, 7 Jan 2003 16:34:46 +0000 Subject: [PATCH] Removed out commented debug information. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2385 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/print/drivers/pdf/source/Link.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/add-ons/print/drivers/pdf/source/Link.cpp b/src/add-ons/print/drivers/pdf/source/Link.cpp index ca4c11d748..d160ad4168 100644 --- a/src/add-ons/print/drivers/pdf/source/Link.cpp +++ b/src/add-ons/print/drivers/pdf/source/Link.cpp @@ -383,7 +383,6 @@ void TextLine::Flush() { } const char* c = line.String(); -// fprintf(fWriter->fLog, "==== TextLine\n\t\t'%s'\n", c); if (!fWriter->MakesPDF()) { if (fWriter->fCreateXRefs) fWriter->RecordDests(c);