Browse Source

removed console.log statement

Alexander Rose 5 years ago
parent
commit
d4727eea02
1 changed files with 0 additions and 1 deletions
  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)