Pārlūkot izejas kodu

removed log line

Simon Van Mierlo 9 gadi atpakaļ
vecāks
revīzija
0f284cf281

+ 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")