Bug 1425837 - Drop the redundant animation debug log. r=me

This commit is contained in:
Boris Chiou 2019-03-19 17:01:52 -07:00
parent b17f2b8aba
commit 7333f55253

View File

@ -453,7 +453,6 @@ static void SetAnimatable(nsCSSPropertyID aProperty,
MOZ_ASSERT(aFrame);
if (aAnimationValue.IsNull()) {
printf_stderr("[Boris] set null animatable\n");
aAnimatable = null_t();
return;
}