mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
remove a debug line
This commit is contained in:
parent
80d9014726
commit
e2536dd3f8
1 changed files with 0 additions and 1 deletions
|
@ -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>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue