mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
remove accidentally commited debug code
This commit is contained in:
parent
5b81b5b11b
commit
8623a0606c
1 changed files with 0 additions and 1 deletions
|
@ -299,7 +299,6 @@ bool RenderableModelEntityItem::isReadyToComputeShape() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// the model is still being downloaded.
|
// the model is still being downloaded.
|
||||||
std::cout << "adebug still being downloaded" << std::endl; // adebug
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue