aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
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;
}