# HG changeset patch # User Chris Cannam # Date 1426008674 0 # Node ID b48db6f1a7d28f2a064f6c346961a151c48a5614 # Parent 251dd0abc7b7c53bfbdb09e585f2036c5e0ab085 Nothing of consequence diff -r 251dd0abc7b7 -r b48db6f1a7d2 view/ViewManager.cpp --- a/view/ViewManager.cpp Tue Mar 10 17:23:45 2015 +0000 +++ b/view/ViewManager.cpp Tue Mar 10 17:31:14 2015 +0000 @@ -736,7 +736,7 @@ } int scaled = int(pixels * ratio + 0.5); - cerr << "scaledSize: " << pixels << " -> " << scaled << " at ratio " << ratio << endl; +// cerr << "scaledSize: " << pixels << " -> " << scaled << " at ratio " << ratio << endl; if (pixels != 0 && scaled == 0) scaled = 1; return scaled; }