summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-06 20:54:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-06 20:55:58 +0100
commit107c2c7c7bb7eacba4045159ac40fe3b6737d4f3 (patch)
tree623a600198aae4207737ba07b62b12dc5430050c /reportdesign
parent31fd531b2757269dde108b362752f7949615736a (diff)
Remove #ifdef TIMELOG'ed SAL_INFOs
...the code doesn't make much sense that way. Change-Id: I506e37b44924701255431f6d20d4610f7f52287d
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlfilter.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/reportdesign/source/filter/xml/xmlfilter.cxx b/reportdesign/source/filter/xml/xmlfilter.cxx
index a7109c23096f..1cdc9c46c4c2 100644
--- a/reportdesign/source/filter/xml/xmlfilter.cxx
+++ b/reportdesign/source/filter/xml/xmlfilter.cxx
@@ -152,12 +152,6 @@ sal_Int32 ReadThroughComponent(
uno::Reference < XImporter > xImporter( _xFilter, UNO_QUERY );
xImporter->setTargetDocument( xModelComponent );
-
-#ifdef TIMELOG
- // if we do profiling, we want to know the stream
- SAL_INFO( "reportdesign", "rptxml ReadThroughComponent : parsing \"" << pStreamName << "\"" );
-#endif
-
// finally, parser the stream
try
{