Skip to content
Snippets Groups Projects
Commit 06a3101a authored by Jan Mach's avatar Jan Mach
Browse files

Hotfix: Disabled expensive operation, taht was present for debugging and development purposes.

parent 778b3ef6
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,8 @@ class MentatControllerScript(pyzenkit.zenscript.ZenScript):
self.paths.get(self.PATH_LOG),
self.paths.get(self.PATH_RUN)
)
self.dbgout("System status: >>>\n{}".format(pprint.pformat(status)))
# TODO: This proved to be really expensive, another solution is necessary.
#self.dbgout("System status: >>>\n{}".format(pprint.pformat(status)))
return status
def cbk_command_status(self):
......
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