aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-03-07 17:09:24 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-07 22:34:20 +0000
commit5f20fa2923cdd5c8df36efff2ce7b5bd00c5bbb4 (patch)
treebcff052f400d0c833cc7c0e63e90cd7ec97d53bf /experimental
parent4123223ccc85e4f712495403dd1a2869110fd8c4 (diff)
[skottie] Reduce parser verbosity
TBR= Change-Id: I2fafa08cd86533526c829dcf3104577ebec6098f Reviewed-on: https://skia-review.googlesource.com/112940 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'experimental')
-rw-r--r--experimental/skottie/Skottie.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/experimental/skottie/Skottie.cpp b/experimental/skottie/Skottie.cpp
index ad513fdc75..a7b6b23817 100644
--- a/experimental/skottie/Skottie.cpp
+++ b/experimental/skottie/Skottie.cpp
@@ -1139,9 +1139,6 @@ sk_sp<sksg::RenderNode> AttachComposition(const Json::Value& comp, AttachContext
comp_group->addChild(std::move(layers[i]));
}
- LOG("** Attached composition '%s': %d layers.\n",
- ParseDefault(comp["id"], SkString()).c_str(), layers.count());
-
return comp_group;
}