OnlyBiggg commited on
Commit
5b760a2
·
1 Parent(s): 496bc63
app/dialogflow/services/dialog_service.py CHANGED
@@ -88,7 +88,6 @@ class DialogService:
88
  data = []
89
  response = await api.post("/search/trips", payload=payload)
90
  print(response)
91
- logger.info(f"Response: {response}")
92
  if response.get("status") == 200:
93
  if response.get("data"):
94
  if response["data"].get("total") > 0:
 
88
  data = []
89
  response = await api.post("/search/trips", payload=payload)
90
  print(response)
 
91
  if response.get("status") == 200:
92
  if response.get("data"):
93
  if response["data"].get("total") > 0: