summaryrefslogtreecommitdiff
path: root/cppuhelper/source/component_context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/component_context.cxx')
-rw-r--r--cppuhelper/source/component_context.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx
index 55b126c1c7ca..776eef021eaf 100644
--- a/cppuhelper/source/component_context.cxx
+++ b/cppuhelper/source/component_context.cxx
@@ -22,10 +22,6 @@
#define CONTEXT_DIAG
#endif
-#if OSL_DEBUG_LEVEL > 0
-#include <stdio.h>
-#endif
-
#include <unordered_map>
#ifdef CONTEXT_DIAG
#include <map>
@@ -565,11 +561,6 @@ Any ComponentContext::lookupMap( OUString const & rName )
if (usesService >>= xFac2)
{
// try via old XSingleServiceFactory
-#if OSL_DEBUG_LEVEL > 0
- ::fprintf(
- stderr,
- "### omitting context for service instantiation!\n" );
-#endif
xInstance = args.getLength()
? xFac2->createInstanceWithArguments( args )
: xFac2->createInstance();