JonStargaryen před 5 roky
rodič
revize
cbc9801477
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      src/tests/browser/render-structure.ts

+ 0 - 6
src/tests/browser/render-structure.ts

@@ -203,13 +203,7 @@ async function init() {
     }
 
     if (show.membrane) {
-        membraneOrientationRepr.setTheme({
-            color: reprCtx.colorThemeRegistry.create('uniform', { structure }),
-            size: reprCtx.sizeThemeRegistry.create('physical', { structure })
-        });
-        console.time('membrane orientation');
         await membraneOrientationRepr.createOrUpdate({ ...MembraneOrientationRepresentationProvider.defaultValues, quality: 'auto' }, structure).run();
-        console.timeEnd('membrane orientation');
     }
 
     if (show.cartoon) canvas3d.add(cartoonRepr);