Skip to content
Snippets Groups Projects
Commit c65b2fc0 authored by yakomaxa's avatar yakomaxa
Browse files

Remove a comment-out line

parent fd725adf
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ const B = MolScriptBuilder; ...@@ -11,7 +11,6 @@ const B = MolScriptBuilder;
import { PropertyDict } from '../types'; import { PropertyDict } from '../types';
const reFloat = /[-+]?[0-9]*\.?[0-9]+/; const reFloat = /[-+]?[0-9]*\.?[0-9]+/;
// const rePosInt = /[0-9]+/;
function atomNameListMap(x: string) { return x.split('+').map(B.atomName); } function atomNameListMap(x: string) { return x.split('+').map(B.atomName); }
function listMap(x: string) { return x.split('+').map(x => x.replace(/^["']|["']$/g, '')); } function listMap(x: string) { return x.split('+').map(x => x.replace(/^["']|["']$/g, '')); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment