new macro DEBUG
This commit is contained in:
parent
1e1687bde3
commit
4e610458b6
@ -90,8 +90,8 @@ class SimulationInfoRequest_Handler(AuthBaseHandler):
|
|||||||
username = self.get_current_user()
|
username = self.get_current_user()
|
||||||
|
|
||||||
sim_type = self.get_argument('sim_type')
|
sim_type = self.get_argument('sim_type')
|
||||||
|
if DEBUG:
|
||||||
print(sim_type)
|
print(sim_type)
|
||||||
|
|
||||||
sim_info = Container_SimResult.simulation_info_request(sim_type)
|
sim_info = Container_SimResult.simulation_info_request(sim_type)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user