aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
Diffstat (limited to 'experimental')
-rw-r--r--experimental/skottie/Skottie.cpp6
1 files changed, 0 insertions, 6 deletions
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<sksg::GeometryNode> AttachRRectGeometry(const Json::Value& jrect, AttachCo
return nullptr;
}
- LOG("** Attached (r)rect geometry\n");
-
return rect_node;
}
@@ -211,8 +209,6 @@ sk_sp<sksg::GeometryNode> AttachEllipseGeometry(const Json::Value& jellipse, Att
return nullptr;
}
- LOG("** Attached ellipse geometry\n");
-
return rect_node;
}
@@ -411,8 +407,6 @@ std::vector<sk_sp<sksg::GeometryNode>> 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;
}