Skip to content

Commit db50180

Browse files
committed
CSDK-1616 daily-python: version 0.0.11
1 parent 9bb6142 commit db50180

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "daily-python"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
edition = "2021"
55
license = "LicenseRef-Daily-co-Proprietary"
66

docs/src/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This functionality can be applied to several AI use cases, including:
2828

2929
.. note::
3030

31-
This SDK is in pre-beta. This means that the API might change before we
32-
the official release.
31+
This SDK is in pre-beta. This means that the API might change before the
32+
official release.
3333

3434
.. _Daily: https://daily.co
3535
.. _numpy: https://numpy.org

src/call_client.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,6 @@ unsafe extern "C" fn on_event(
513513

514514
let event_string = CStr::from_ptr(event_json).to_string_lossy().into_owned();
515515

516-
println!("EVENT: {event_string}");
517-
518516
let event = serde_json::from_str::<Event>(event_string.as_str()).unwrap();
519517

520518
if let Some(method_name) = method_name_from_event(&event) {

0 commit comments

Comments
 (0)