Removed warning for invalid selection/failed tunnel
This commit is contained in:
parent
c6c663c4ac
commit
ffc831951a
|
@ -97,8 +97,6 @@ impl Handler {
|
|||
if let Some(selected) = self.selected {
|
||||
if let Some((_, Some(tunnel))) = self.tunnels.get_index_mut(selected) {
|
||||
tunnel.set_access(access).await;
|
||||
} else {
|
||||
warn!("Selection was invalid");
|
||||
}
|
||||
} else {
|
||||
self.set_access_all(access).await;
|
||||
|
|
Loading…
Reference in New Issue
Block a user