diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-10 15:03:06 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-10 15:03:06 +0300 |
commit | e4518218c1efe8bde601710e69a4bf6a7b7cda38 (patch) | |
tree | e14e6299ef7de15e0488b0bfee663d74f8e3f35a /sal/qa | |
parent | 6ab96ee3d57f1bdf79f58f02a1f2a455f72f3a5a (diff) |
Remove accidentally committed debugging printout
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/osl/module/osl_Module.cxx | 2 |
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 9c4682283ccb..a7339b337876 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 ); } |