Explorar o código

removed log line

Simon Van Mierlo %!s(int64=9) %!d(string=hai) anos
pai
achega
0f284cf281
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/python_sccd/python_sccd_compiler/sccd_constructs.py

+ 0 - 1
src/python_sccd/python_sccd_compiler/sccd_constructs.py

@@ -640,7 +640,6 @@ class StateChart(Visitable):
         self.big_step_maximality = getSemanticOption("big_step_maximality", ["take_one", "take_many"], "take_many")
         self.internal_event_lifeline = getSemanticOption("internal_event_lifeline", ["next_small_step", "next_combo_step", "queue"], "queue")
         self.input_event_lifeline = getSemanticOption("input_event_lifeline", ["first_small_step", "first_combo_step", "whole"], "first_combo_step")
-        print self.input_event_lifeline
         self.priority = getSemanticOption("priority", ["source_parent", "source_child"], "source_parent")
         self.concurrency = getSemanticOption("concurrency", ["single", "many"], "single")