Skip to content

Commit

Permalink
Remove useless unpair
Browse files Browse the repository at this point in the history
The unpair is already happening from webui. When exiting the web stuff.
  • Loading branch information
rafael-santiago committed Aug 29, 2024
1 parent 4c25f83 commit 9c3d48d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/eutherpe.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ func exec() {
if len(eutherpeVars.HostName) > 0 {
eutherpeVars.MDNS.GoinHome <- true
}
if len(eutherpeVars.CachedDevices.BlueDevId) > 0 {
bluebraces.UnpairDevice(eutherpeVars.CachedDevices.BlueDevId)
}
}

func version() {
Expand Down

0 comments on commit 9c3d48d

Please sign in to comment.