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 | 53fb5e4fb4c9add26b248d4ee2f9f5bae4d5fee7 (patch) | |
tree | d4f259988667a697721ff47c1133e7f1a06b6126 | |
parent | 51f0313728164fdb38dda2b49c7e0b52d78bc4dc (diff) |
Remove accidentally committed debugging printout
-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 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 ); } |