summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hwc/hwc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hwc/hwc.c b/hwc/hwc.c
index 75636ef..feab887 100644
--- a/hwc/hwc.c
+++ b/hwc/hwc.c
@@ -172,7 +172,6 @@ static int omap4_hwc_is_valid_format(int format)
return 1;
default:
- LOGI("invalid format %d", format);
return 0;
}
}