From 722c387941f8d313fe18b61828fb82a0bbca5dad Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 8 May 2014 14:31:10 +0200 Subject: apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetched, so why bother --- apt-private/acqprogress.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'apt-private') diff --git a/apt-private/acqprogress.cc b/apt-private/acqprogress.cc index ee6c4536f..4bcfd8f00 100644 --- a/apt-private/acqprogress.cc +++ b/apt-private/acqprogress.cc @@ -64,8 +64,6 @@ void AcqTextStatus::IMSHit(pkgAcquire::ItemDesc &Itm) cout << '\r' << BlankLine << '\r'; cout << _("Hit ") << Itm.Description; - if (Itm.Owner->FileSize != 0) - cout << " [" << SizeToStr(Itm.Owner->FileSize) << "B]"; cout << endl; Update = true; } -- cgit v1.2.3