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

omits logging in test

parent 438de576
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,6 @@ filter_aware_encoder2.setFilter(C.Category.filterOf('!atom_site\n' + ...@@ -93,7 +93,6 @@ filter_aware_encoder2.setFilter(C.Category.filterOf('!atom_site\n' +
describe('filtering-config', () => { describe('filtering-config', () => {
const decoded1 = process(filter_aware_encoder1); const decoded1 = process(filter_aware_encoder1);
console.log(decoded1.blocks[0]);
const atom_site1 = decoded1.blocks[0].categories['atom_site']; const atom_site1 = decoded1.blocks[0].categories['atom_site'];
const cartn_x1 = atom_site1.getField('Cartn_x'); const cartn_x1 = atom_site1.getField('Cartn_x');
const cartn_y1 = atom_site1.getField('Cartn_y'); const cartn_y1 = atom_site1.getField('Cartn_y');
......
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