Browse Source

Removed some debugging output

tags/2021-05-28
Tom Poole 7 years ago
parent
commit
3df62d74be
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_video/native/juce_win32_CameraDevice.h

+ 0
- 1
modules/juce_video/native/juce_win32_CameraDevice.h View File

@@ -622,7 +622,6 @@ private:
if (! duplicate)
{
DBG ("Camera capture size: " + String (w) + ", " + String (h));
widths.add (w);
heights.add (h);
}


Loading…
Cancel
Save