Преглед на файлове

removed console.log statement

Alexander Rose преди 5 години
родител
ревизия
d4727eea02
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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)