1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Removed some debugging output

This commit is contained in:
Tom Poole 2018-09-05 11:34:19 +01:00
parent a9eb179dc2
commit 3df62d74be

View file

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