Commit 29d9fbcc authored by Ahmed Mehfooz's avatar Ahmed Mehfooz Committed by Commit Bot

Remove accidentally added print

Change-Id: I0bc257f9ede24d5c7d4b2ca30263567a17f7e45b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728727Reviewed-by: default avatarTim Song <tengs@chromium.org>
Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683038}
parent 390b11af
......@@ -214,11 +214,6 @@ void FeaturePodsContainerView::SetMaxHeight(int max_height) {
kUnifiedFeaturePodTopPadding) /
(kUnifiedFeaturePodSize.height() + kUnifiedFeaturePodVerticalPadding);
std::cout << (max_height - kUnifiedFeaturePodBottomPadding -
kUnifiedFeaturePodTopPadding) /
(kUnifiedFeaturePodSize.height() +
kUnifiedFeaturePodVerticalPadding)
<< std::endl;
feature_pod_rows = std::min(feature_pod_rows, kUnifiedFeaturePodMaxRows);
feature_pod_rows = std::max(feature_pod_rows, kUnifiedFeaturePodMinRows);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment