remove debugging statement

master
Nicolò Balzarotti 2023-01-05 13:14:04 +01:00
parent e91e64094d
commit a0aaaef690
1 changed files with 0 additions and 1 deletions

View File

@ -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):