Skip to content

Commit 9262fe1

Browse files
committed
Adds join value example app
1 parent a9b5f33 commit 9262fe1

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

example_apps/join_value/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@ edition = "2021"
77
swimos = { path = "../../swimos", features = ["server", "agent"] }
88
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
99
example-util = { path = "../example_util" }
10-
11-
[dev-dependencies]
12-
swimos_client = { path = "../../client/swimos_client" }
13-
14-
[[example]]
15-
name = "client"

example_apps/join_value/examples/client.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

example_apps/join_value/src/building.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ impl BuildingLifecycle {
4848
.get_parameter("name")
4949
.and_then(move |building_name: Option<String>| {
5050
let building_name = building_name.expect("Missing building name URI parameter");
51-
println!("Registering room: {building_name} -> {room_id}");
5251
context.add_downlink(
5352
BuildingAgent::LIGHTS,
5453
room_id,

0 commit comments

Comments
 (0)