Skip to content

Commit 1bd97ab

Browse files
remove testing lines
1 parent 63325b2 commit 1bd97ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/examples/async_example_proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def on_ack(self, offset):
118118

119119

120120
async def main():
121-
print("Starting asynchronous ingestion example (Protobuf)... random line change")
121+
print("Starting asynchronous ingestion example (Protobuf)...")
122122
print("=" * 60)
123123

124124
# Check if credentials are configured

rust/sdk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ impl ZerobusSdk {
527527
match stream {
528528
Ok(stream) => {
529529
if let Some(stream_id) = stream.stream_id.as_ref() {
530-
info!(stream_id = %stream_id, "Successfully created new ephemeral stream. random line change");
530+
info!(stream_id = %stream_id, "Successfully created new ephemeral stream");
531531
} else {
532532
error!("Successfully created a stream but stream_id is None");
533533
}

0 commit comments

Comments
 (0)