Skip to content

Commit

Permalink
Removed printf
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Dossey <seveirein@yahoo.com>
  • Loading branch information
seveirein committed Nov 3, 2016
1 parent b254c00 commit 41205d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gchd/configure_hdmi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ void GCHD::configureHDMI()

if (currentInputSettings_.getResolution() == Resolution::Unknown) {
double value6463=((double)sum6463) / countSum6463;
printf("Unknown resolution %f\n", value6463);
//0xb690
if(fabs( value6463 - 0xb6d7 )<10.0) { //Allow for error.
//1080p
Expand Down

0 comments on commit 41205d5

Please sign in to comment.