Skip to content
Snippets Groups Projects
Commit 495de89d authored by Sebastian Bittrich's avatar Sebastian Bittrich
Browse files

removes console.log

parent 87390afb
No related branches found
No related tags found
No related merge requests found
......@@ -250,12 +250,8 @@ namespace AccessibleSurfaceArea {
function handleNonStandardCase(element: ElementSymbol): number {
const radius = VdwRadius(element);
let index = VdWLookup.indexOf(radius);
console.log(radius);
console.log(index);
console.log(VdWLookup);
if (index === -1) {
// add novel value to lookup array
console.log(`novel value ${radius} for ${element}`)
index = VdWLookup.length;
VdWLookup[index] = radius;
}
......
......@@ -74,7 +74,8 @@ async function init(props = {}) {
// '1acj'
// '1pga'
'1brr'
)
// '1hrc'
)
const models = await getModels(cif)
const structure = await getStructure(models[0])
......
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