Browse Source

Remove a comment-out line

yakomaxa 2 years ago
parent
commit
c65b2fc0fd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/mol-script/transpilers/pymol/properties.ts

+ 0 - 1
src/mol-script/transpilers/pymol/properties.ts

@@ -11,7 +11,6 @@ const B = MolScriptBuilder;
 import { PropertyDict } from '../types';
 
 const reFloat = /[-+]?[0-9]*\.?[0-9]+/;
-// const rePosInt = /[0-9]+/;
 
 function atomNameListMap(x: string) { return x.split('+').map(B.atomName); }
 function listMap(x: string) { return x.split('+').map(x => x.replace(/^["']|["']$/g, '')); }