Explorar el Código

Remove two comment-out import

yakomaxa hace 2 años
padre
commit
f08aa46222
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/mol-script/transpilers/all.ts

+ 0 - 2
src/mol-script/transpilers/all.ts

@@ -5,8 +5,6 @@
  */
 
 import { transpiler as jmol } from './jmol/parser';
-// import json from './json/parser'
-// import molQLscript from './molql-script/parser'
 import { transpiler as pymol } from './pymol/parser';
 import { transpiler as vmd } from './vmd/parser';
 import { transpiler as rasmol } from './rasmol/parser';