3
0
Fork 0
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:
Ryan Huffman 2016-10-05 19:27:24 -07:00
parent 4901f386ca
commit 4171fdd2e1

View file

@ -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;