Procházet zdrojové kódy

removed console.log statement

Alexander Rose před 5 roky
rodič
revize
d4727eea02
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/mol-repr/structure/units-representation.ts

+ 0 - 1
src/mol-repr/structure/units-representation.ts

@@ -234,7 +234,6 @@ export function UnitsRepresentation<P extends StructureParams>(label: string, ct
         if (syncManually !== _state.syncManually) newState.syncManually = syncManually
         if (syncManually !== _state.syncManually) newState.syncManually = syncManually
         if (markerActions !== _state.markerActions) newState.markerActions = markerActions
         if (markerActions !== _state.markerActions) newState.markerActions = markerActions
 
 
-        console.log('newState', { ...newState })
         visuals.forEach(({ visual, group }) => setVisualState(visual, group, newState))
         visuals.forEach(({ visual, group }) => setVisualState(visual, group, newState))
 
 
         StructureRepresentationStateBuilder.update(_state, newState)
         StructureRepresentationStateBuilder.update(_state, newState)