From 25291278298090a6497dc117068e7906517c169d Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Wed, 12 Nov 2008 12:30:13 +0000 Subject: [PATCH] remove debug loging --- tests/zypp/Fetcher_test.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/zypp/Fetcher_test.cc b/tests/zypp/Fetcher_test.cc index 94bb360..e0e7471 100644 --- a/tests/zypp/Fetcher_test.cc +++ b/tests/zypp/Fetcher_test.cc @@ -32,8 +32,6 @@ BOOST_AUTO_TEST_CASE(fetcher_enqueuedir_noindex) BOOST_AUTO_TEST_CASE(fetcher_enqueuedir_autoindex) { - base::LogControl::TmpLineWriter shutUp( new zypp::log::FileLineWriter( "/tmp/YLOG" ) ); - MIL << "GO" << endl; MediaSetAccess media( ( DATADIR).asUrl(), "/" ); // do the test by trusting the SHA1SUMS file signature key { -- 2.7.4