1
0
Fork 0

Remove some debug noise

This commit is contained in:
James Turner 2015-09-27 23:13:18 -05:00
parent 980a98b176
commit b49dd70de9
2 changed files with 0 additions and 2 deletions

View file

@ -751,7 +751,6 @@ void AircraftItemModel::installFailed(QModelIndex index, simgear::pkg::Delegate:
void AircraftItemModel::installSucceeded(QModelIndex index)
{
qDebug() << Q_FUNC_INFO << index;
emit aircraftInstallCompleted(index);
}

View file

@ -1216,7 +1216,6 @@ simgear::pkg::PackageRef QtLauncher::packageForAircraftURI(QUrl uri) const
}
QString ident = uri.path();
qDebug() << Q_FUNC_INFO << uri << ident;
return globals->packageRoot()->getPackageById(ident.toStdString());
}