diff --git a/backend/fastrtc/utils.py b/backend/fastrtc/utils.py index 7c1a7aa..dafc882 100644 --- a/backend/fastrtc/utils.py +++ b/backend/fastrtc/utils.py @@ -65,7 +65,6 @@ def _send_log(message: str, type: str) -> None: ) ) - print("current_channel", current_channel.get()) if channel := current_channel.get(): try: loop = asyncio.get_running_loop() diff --git a/pyproject.toml b/pyproject.toml index 79684b1..4d3476d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.13" +version = "0.0.14" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"