优化代码

This commit is contained in:
2025-09-20 19:49:16 +08:00
parent 79057d6757
commit f92b132f0a
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -47,7 +47,6 @@ namespace Ink_Canvas.Helpers
AvailableCameras.Add(device);
}
LogHelper.WriteLogToFile($"发现 {AvailableCameras.Count} 个摄像头设备");
}
catch (Exception ex)
{
@@ -120,7 +119,6 @@ namespace Ink_Canvas.Helpers
}
_isCapturing = false;
LogHelper.WriteLogToFile("摄像头预览已停止");
}
catch (Exception ex)
{