Skip to content

Commit 03ff935

Browse files
authored
Remove nonfunctional ignore-cameras CLI arg (#1708)
The underlying logic appears to have been removed. I don't think anyone really used this option, and the new camera matching stuff makes it redundant.
1 parent d050329 commit 03ff935

File tree

1 file changed

+0
-5
lines changed
  • photon-server/src/main/java/org/photonvision

1 file changed

+0
-5
lines changed

photon-server/src/main/java/org/photonvision/Main.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ private static boolean handleArgs(String[] args) throws ParseException {
7474
"Run in test mode with 2019 and 2020 WPI field images in place of cameras");
7575

7676
options.addOption("p", "path", true, "Point test mode to a specific folder");
77-
options.addOption(
78-
"i",
79-
"ignore-cameras",
80-
true,
81-
"Ignore cameras that match a regex. Uses camera name as provided by cscore.");
8277
options.addOption("n", "disable-networking", false, "Disables control device network settings");
8378
options.addOption(
8479
"c",

0 commit comments

Comments
 (0)