Commit db18522a authored by Shashank Suhas's avatar Shashank Suhas

Removed print state

parent 8c938711
...@@ -176,7 +176,6 @@ class MySimulatorMaster(SimulatorMaster, Callback): ...@@ -176,7 +176,6 @@ class MySimulatorMaster(SimulatorMaster, Callback):
""" """
Launch forward prediction for the new state given by some client. Launch forward prediction for the new state given by some client.
""" """
print(state)
def cb(outputs): def cb(outputs):
try: try:
distrib, value = outputs.result() distrib, value = outputs.result()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment