Skip to content

Commit

Permalink
strand-cam: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 12, 2023
1 parent 15db71a commit 3146acb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions strand-cam/src/strand-cam.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ use std::sync::Arc;
/// default strand-cam HTTP port when not running in Braid.
const DEFAULT_HTTP_ADDR: &str = "127.0.0.1:3440";

pub const DEBUG_ADDR_DEFAULT: &str = "127.0.0.1:8877";

pub const APP_INFO: AppInfo = AppInfo {
name: "strand-cam",
author: "AndrewStraw",
Expand Down

0 comments on commit 3146acb

Please sign in to comment.