Commit 35745c71 authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

[css-typed-om] Remove LOG from CSSNumericValueType.

A stray LOG was accidentally left in the code.

Change-Id: I39ba40d5459b1061579785c1ed11f28e8a381069
Reviewed-on: https://chromium-review.googlesource.com/762832
Commit-Queue: Darren Shen <shend@chromium.org>
Reviewed-by: default avatarmeade_UTC10 <meade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515509}
parent 2673abea
...@@ -14,7 +14,6 @@ CSSNumericValueType::BaseType UnitTypeToBaseType( ...@@ -14,7 +14,6 @@ CSSNumericValueType::BaseType UnitTypeToBaseType(
using BaseType = CSSNumericValueType::BaseType; using BaseType = CSSNumericValueType::BaseType;
DCHECK_NE(unit, UnitType::kNumber); DCHECK_NE(unit, UnitType::kNumber);
LOG(ERROR) << (int)unit;
switch (unit) { switch (unit) {
case UnitType::kEms: case UnitType::kEms:
case UnitType::kExs: case UnitType::kExs:
......
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