remove debugging statement
This commit is contained in:
parent
e91e64094d
commit
a0aaaef690
|
@ -259,7 +259,6 @@ class Phase():
|
|||
# self.envdata = {}
|
||||
|
||||
def satisfied_p(self, env):
|
||||
print('cond', self.nextcond)
|
||||
return safe_eval(self.nextcond, env)
|
||||
|
||||
def exit(self, env):
|
||||
|
|
Loading…
Reference in New Issue