Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Turn off very verbose camera details during update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Cannon committed Aug 9, 2016
1 parent c997121 commit 39a06ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telemachus/src/CameraSnapshots/CameraCapture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void duplicateAnyNewCameras()
continue;
}

PluginLogger.debug(cameraManagerName() + " {" + verboseCameraDetails(camera) + "}");
//PluginLogger.debug(cameraManagerName() + " {" + verboseCameraDetails(camera) + "}");

if (!cameraDuplicates.ContainsKey(camera.name))
{
Expand Down

0 comments on commit 39a06ad

Please sign in to comment.