Skip to content

Commit

Permalink
Removed cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Nov 6, 2018
1 parent b1ec51b commit 6e23c8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/YQPkgPackageKitGroupsFilterView.cc
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ YQPkgPackageKitGroupsFilterView::fillGroups()
group = itg->second;
}

//std::cout << it.asString() << std::endl;

if ( _groupsMap.find(group) == _groupsMap.end() )
{
_groupsMap[group] = new YQPkgPackageKitGroup( this, group );
Expand Down
5 changes: 0 additions & 5 deletions src/YQPkgPatternList.cc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ class YQPkgPatternItemDelegate : public QItemDelegate
}
else
{
//std::cout << "printing other: " << index.column() << std::endl;
painter->restore();
QItemDelegate::paint(painter, option, index);
}
Expand Down Expand Up @@ -476,7 +475,6 @@ YQPkgPatternListItem::init()
icon = "pattern-generic";


//std::cout << icon << " | "<< iconpath << std::endl;
QString iconName = QString::fromStdString(icon);
if ( QIcon::hasThemeIcon(iconName) )
{
Expand Down Expand Up @@ -581,9 +579,6 @@ bool YQPkgPatternListItem::operator< ( const QTreeWidgetItem & otherListViewItem
{
const YQPkgPatternListItem * otherPatternListitem = dynamic_cast<const YQPkgPatternListItem *>(&otherListViewItem);

//std::cout << _zyppPattern->order()<< " | " << otherPatternListitem->zyppPattern()->order() << std::endl;


if ( _zyppPattern && otherPatternListitem && otherPatternListitem->zyppPattern() )
{
if ( _zyppPattern->order() != otherPatternListitem->zyppPattern()->order() )
Expand Down

0 comments on commit 6e23c8d

Please sign in to comment.