File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,3 @@ edition = "2021"
7
7
swimos = { path = " ../../swimos" , features = [" server" , " agent" ] }
8
8
tokio = { workspace = true , features = [" rt-multi-thread" , " macros" ] }
9
9
example-util = { path = " ../example_util" }
10
-
11
- [dev-dependencies ]
12
- swimos_client = { path = " ../../client/swimos_client" }
13
-
14
- [[example ]]
15
- name = " client"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ impl BuildingLifecycle {
48
48
. get_parameter ( "name" )
49
49
. and_then ( move |building_name : Option < String > | {
50
50
let building_name = building_name. expect ( "Missing building name URI parameter" ) ;
51
- println ! ( "Registering room: {building_name} -> {room_id}" ) ;
52
51
context. add_downlink (
53
52
BuildingAgent :: LIGHTS ,
54
53
room_id,
You can’t perform that action at this time.
0 commit comments