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

Remove comment-out lines

parent 2c3f74d4
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,6 @@ import { MolScriptBuilder } from '../../../mol-script/language/builder'; ...@@ -9,10 +9,6 @@ import { MolScriptBuilder } from '../../../mol-script/language/builder';
const B = MolScriptBuilder; const B = MolScriptBuilder;
import { FunctionDict } from '../types'; import { FunctionDict } from '../types';
// import * as P from 'parsimmon'
// import * as h from '../helper'
// import { Expression } from '../../language/expression';
export const functions: FunctionDict = { export const functions: FunctionDict = {
'sqr': { 'sqr': {
'@desc': 'square of x', '@desc': 'square of x',
......
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