Browse Source

Remove two comment-out import

yakomaxa 2 năm trước cách đây
mục cha
commit
f08aa46222
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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';