Skip to content
Snippets Groups Projects
Commit c93154af authored by Marco Biasini's avatar Marco Biasini
Browse files

Revert "Stop function for debugging purposes"

The functionality for stop() in ost has already been implemented
in init_cl.py (see 2b52357b).
parent fa4ef9f1
Branches
Tags
No related merge requests found
......@@ -43,6 +43,3 @@ class StreamLogSink(LogSink):
self._stream=stream
def LogMessage(self, message, level):
self._stream.write(message)
def stop():
sys.exit()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment