summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-10 15:03:06 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-10 15:03:06 +0300
commit53fb5e4fb4c9add26b248d4ee2f9f5bae4d5fee7 (patch)
treed4f259988667a697721ff47c1133e7f1a06b6126
parent51f0313728164fdb38dda2b49c7e0b52d78bc4dc (diff)
Remove accidentally committed debugging printout
-rw-r--r--sal/qa/osl/module/osl_Module.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/qa/osl/module/osl_Module.cxx b/sal/qa/osl/module/osl_Module.cxx
index 42fdc7932..983cfe7e9 100644
--- a/sal/qa/osl/module/osl_Module.cxx
+++ b/sal/qa/osl/module/osl_Module.cxx
@@ -190,8 +190,6 @@ namespace osl_Module
::osl::Module aMod;
bRes = aMod.is();
- printf ("Here we are\n");
-
CPPUNIT_ASSERT_MESSAGE( "#test comment#: test constructor without parameter.",
sal_False == bRes );
}