[Libreoffice-commits] .: sal/qa
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Jul 10 05:03:23 PDT 2011
sal/qa/osl/module/osl_Module.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 53fb5e4fb4c9add26b248d4ee2f9f5bae4d5fee7
Author: Tor Lillqvist <tml at iki.fi>
Date: Sun Jul 10 15:03:06 2011 +0300
Remove accidentally committed debugging printout
diff --git a/sal/qa/osl/module/osl_Module.cxx b/sal/qa/osl/module/osl_Module.cxx
index 42fdc79..983cfe7 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 );
}
More information about the Libreoffice-commits
mailing list