Skip to content
Snippets Groups Projects
Commit db3bceaf authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Removed printf debugging.

parent cc380606
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,6 @@ class TestLocalBackend(object): ...@@ -37,7 +37,6 @@ class TestLocalBackend(object):
def test_meta_info(self, meta_info): def test_meta_info(self, meta_info):
assert 'section_topology' in meta_info assert 'section_topology' in meta_info
print(meta_info['section_symmetry'])
def test_section(self, backend): def test_section(self, backend):
g_index = backend.openSection('section_run') g_index = backend.openSection('section_run')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment