remove a debug line

This commit is contained in:
Stephen Birarda 2014-10-27 16:55:24 -07:00
parent 80d9014726
commit e2536dd3f8

View file

@ -405,7 +405,6 @@ void GeometryCache::renderGrid(int xDivisions, int yDivisions) {
}
QSharedPointer<NetworkGeometry> GeometryCache::getGeometry(const QUrl& url, const QUrl& fallback, bool delayLoad) {
qDebug() << "Getting a resource at" << url;
return getResource(url, fallback, delayLoad).staticCast<NetworkGeometry>();
}