projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af136d
)
remove obsolete logline
author
Michael Andres
<ma@suse.de>
Wed, 12 Sep 2007 15:20:11 +0000
(15:20 +0000)
committer
Michael Andres
<ma@suse.de>
Wed, 12 Sep 2007 15:20:11 +0000
(15:20 +0000)
zypp/target/rpm/RpmPackageImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/target/rpm/RpmPackageImpl.cc
b/zypp/target/rpm/RpmPackageImpl.cc
index
c50e7fe
..
23d7f7f
100644
(file)
--- a/
zypp/target/rpm/RpmPackageImpl.cc
+++ b/
zypp/target/rpm/RpmPackageImpl.cc
@@
-56,7
+56,6
@@
RPMPackageImpl::RPMPackageImpl(
// we know we are reading english.
_description.setText(data->tag_description(), Locale("en"));
data->tag_du(_disk_usage);
- SEC << _disk_usage << endl;
_location.setDownloadSize(data->tag_archivesize());
}