Explorar o código

removed console.log statement

Alexander Rose %!s(int64=5) %!d(string=hai) anos
pai
achega
d4727eea02
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 (markerActions !== _state.markerActions) newState.markerActions = markerActions
 
-        console.log('newState', { ...newState })
         visuals.forEach(({ visual, group }) => setVisualState(visual, group, newState))
 
         StructureRepresentationStateBuilder.update(_state, newState)