mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 18:03:22 +02:00
Remove extraneous log line from AssetRequest
This commit is contained in:
parent
4901f386ca
commit
4171fdd2e1
1 changed files with 0 additions and 2 deletions
|
@ -150,8 +150,6 @@ void AssetRequest::start() {
|
|||
|
||||
if (_error != NoError) {
|
||||
qCWarning(asset_client) << "Got error retrieving asset" << _hash << "- error code" << _error;
|
||||
} else {
|
||||
qCDebug(asset_client) << "Received asset successfully: " << _hash;
|
||||
}
|
||||
|
||||
_state = Finished;
|
||||
|
|
Loading…
Reference in a new issue