freealise commited on
Commit
f990c62
·
verified ·
1 Parent(s): a012303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -789,8 +789,7 @@ async(c, o, p, d, n, m, s)=>{
789
  video.oncanplaythrough = null;
790
  };
791
 
792
- var debugLayer = BABYLON.Engine.LastCreatedScene.debugLayer.show();
793
-
794
 
795
  if (document.getElementById("model")) {
796
  document.getElementById("model").appendChild(document.getElementById("model3D"));
 
789
  video.oncanplaythrough = null;
790
  };
791
 
792
+ //var debugLayer = BABYLON.Engine.LastCreatedScene.debugLayer.show();
 
793
 
794
  if (document.getElementById("model")) {
795
  document.getElementById("model").appendChild(document.getElementById("model3D"));