Remove some debug noise
This commit is contained in:
parent
980a98b176
commit
b49dd70de9
2 changed files with 0 additions and 2 deletions
|
@ -751,7 +751,6 @@ void AircraftItemModel::installFailed(QModelIndex index, simgear::pkg::Delegate:
|
||||||
|
|
||||||
void AircraftItemModel::installSucceeded(QModelIndex index)
|
void AircraftItemModel::installSucceeded(QModelIndex index)
|
||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO << index;
|
|
||||||
emit aircraftInstallCompleted(index);
|
emit aircraftInstallCompleted(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1216,7 +1216,6 @@ simgear::pkg::PackageRef QtLauncher::packageForAircraftURI(QUrl uri) const
|
||||||
}
|
}
|
||||||
|
|
||||||
QString ident = uri.path();
|
QString ident = uri.path();
|
||||||
qDebug() << Q_FUNC_INFO << uri << ident;
|
|
||||||
return globals->packageRoot()->getPackageById(ident.toStdString());
|
return globals->packageRoot()->getPackageById(ident.toStdString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue