From 5effc281c70e111b3c5e9da9882c1981699af26f Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Mon, 29 Jan 2018 09:40:01 -0500 Subject: [skottie] Reduce parser verbosity TBR= Change-Id: I9a949cfb9e7625b93988d9fc251c8696ae99007a Reviewed-on: https://skia-review.googlesource.com/101080 Reviewed-by: Florin Malita Commit-Queue: Florin Malita --- experimental/skottie/Skottie.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'experimental') diff --git a/experimental/skottie/Skottie.cpp b/experimental/skottie/Skottie.cpp index 8b7a3ccdb1..d0ebb5dbb9 100644 --- a/experimental/skottie/Skottie.cpp +++ b/experimental/skottie/Skottie.cpp @@ -185,8 +185,6 @@ sk_sp AttachRRectGeometry(const Json::Value& jrect, AttachCo return nullptr; } - LOG("** Attached (r)rect geometry\n"); - return rect_node; } @@ -211,8 +209,6 @@ sk_sp AttachEllipseGeometry(const Json::Value& jellipse, Att return nullptr; } - LOG("** Attached ellipse geometry\n"); - return rect_node; } @@ -411,8 +407,6 @@ std::vector> AttachMergeGeometryEffect( 0, SK_ARRAY_COUNT(gModes) - 1)]; merged.push_back(sksg::Merge::Make(std::move(geos), mode)); - LOG("** Attached merge path effect, mode: %d\n", mode); - return merged; } -- cgit v1.2.3