remove an extra space

This commit is contained in:
Stephen Birarda 2016-03-10 14:22:50 -08:00
parent c65b5b63f0
commit e93bc8317f

View file

@ -464,7 +464,6 @@ void AssetServer::loadMappingsFromFile() {
shouldDrop = true;
}
if (!isValidHash(it.value().toString())) {
qWarning() << "Will not keep mapping for" << it.key() << "since it does not have a valid hash.";
shouldDrop = true;