From 2b3dc08f99c52926727da57bec340f906c79072a Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Mon, 6 Mar 2023 23:22:04 -0800 Subject: [PATCH] get that out --- pyproject.toml | 2 +- vocode/telephony/inbound_call_server.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0cc2bd0..0eaa8e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vocode" -version = "0.1.25" +version = "0.1.26" description = "The all-in-one voice SDK" authors = ["Ajay Raj "] license = "MIT License" diff --git a/vocode/telephony/inbound_call_server.py b/vocode/telephony/inbound_call_server.py index b95f553..1ca082e 100644 --- a/vocode/telephony/inbound_call_server.py +++ b/vocode/telephony/inbound_call_server.py @@ -16,7 +16,6 @@ class InboundCallServer(): self.app.post("/vocode")(self.handle_call) async def handle_call(self, twilio_sid: str = Form(alias='CallSid')): - print(api_key, VOCODE_INBOUND_CALL_URL) response = requests.post( VOCODE_INBOUND_CALL_URL, headers={