Skip to content
Snippets Groups Projects
Commit 1f8de2b6 authored by Danilo Ferreira de Lima's avatar Danilo Ferreira de Lima
Browse files

Removed debug message.

parent 282b7546
No related branches found
No related tags found
2 merge requests!59Interface CrystFEL with Karabo and allow automatic parameter tunning with rcrystfel,!53Train picker arbiter kernel
......@@ -756,7 +756,7 @@ class CrystfelRunner(PythonDevice):
res = {k: int(v) for k, v in match.groupdict().items()}
self._results.update(res)
self._update_from_results()
self.log.INFO(f"CrystFEL output: {line.strip()}")
#self.log.INFO(f"CrystFEL output: {line.strip()}")
finally:
# if an exception happens, output what we gathered so far
self._update_from_results()
......
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