From 5f20fa2923cdd5c8df36efff2ce7b5bd00c5bbb4 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Wed, 7 Mar 2018 17:09:24 -0500 Subject: [skottie] Reduce parser verbosity TBR= Change-Id: I2fafa08cd86533526c829dcf3104577ebec6098f Reviewed-on: https://skia-review.googlesource.com/112940 Reviewed-by: Florin Malita Commit-Queue: Florin Malita --- experimental/skottie/Skottie.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'experimental') 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 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; } -- cgit v1.2.3