mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Remove Set Camera Server Shared message (#2285)
This commit is contained in:
@@ -89,8 +89,6 @@ static void SetupCameraServerShared() {
|
||||
if (symbol) {
|
||||
auto setCameraServerShared = (SetCameraServerSharedFP)symbol;
|
||||
setCameraServerShared(new WPILibCameraServerShared{});
|
||||
wpi::outs() << "Set Camera Server Shared\n";
|
||||
wpi::outs().flush();
|
||||
} else {
|
||||
wpi::outs() << "Camera Server Shared Symbol Missing\n";
|
||||
wpi::outs().flush();
|
||||
|
||||
Reference in New Issue
Block a user