mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 08:47:16 +02:00
Merge pull request #9402 from ctrlaltdavid/clara-tidying
Remove a line of old code in Clara.io download
This commit is contained in:
commit
601223aa98
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@
|
||||||
if (!canWriteAssets) {
|
if (!canWriteAssets) {
|
||||||
console.log("ERROR: Clara.io FBX: File download cancelled because no permissions to write to Asset Server");
|
console.log("ERROR: Clara.io FBX: File download cancelled because no permissions to write to Asset Server");
|
||||||
EventBridge.emitWebEvent(WARN_USER_NO_PERMISSIONS);
|
EventBridge.emitWebEvent(WARN_USER_NO_PERMISSIONS);
|
||||||
event.stopPropagation();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue