remove leftover ipdb
This commit is contained in:
parent
d31105889e
commit
2389b95ee6
@ -398,8 +398,6 @@ class SWFResponse(BaseResponse):
|
|||||||
return json.dumps({"count": count, "truncated": False})
|
return json.dumps({"count": count, "truncated": False})
|
||||||
|
|
||||||
def respond_decision_task_completed(self):
|
def respond_decision_task_completed(self):
|
||||||
|
|
||||||
import ipdb; ipdb.set_trace()
|
|
||||||
task_token = self._params["taskToken"]
|
task_token = self._params["taskToken"]
|
||||||
execution_context = self._params.get("executionContext")
|
execution_context = self._params.get("executionContext")
|
||||||
decisions = self._params.get("decisions")
|
decisions = self._params.get("decisions")
|
||||||
|
Loading…
Reference in New Issue
Block a user