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={