Browse Source

Remove a comment-out import

yakomaxa 2 years ago
parent
commit
064e7d42ee
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/mol-script/transpilers/jmol/operators.ts

+ 0 - 1
src/mol-script/transpilers/jmol/operators.ts

@@ -10,7 +10,6 @@ import * as h from '../helper';
 import { MolScriptBuilder } from '../../../mol-script/language/builder';
 const B = MolScriptBuilder;
 import { OperatorList } from '../types';
-// import { Expression } from '../../language/expression';
 
 
 export const operators: OperatorList = [