Skip to content

Commit

Permalink
Remove System.out.println from ComponentTreeHolder
Browse files Browse the repository at this point in the history
Summary:
Looks like for debugging and no need to be committed
That line originally added in D52443966

Reviewed By: zielinskimz

Differential Revision: D53299048

fbshipit-source-id: c32568bef8ce82e75ffc6ffa2b9b5c0149dec675
  • Loading branch information
Billy Ng authored and facebook-github-bot committed Feb 1, 2024
1 parent a2b74b7 commit f928a51
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,6 @@ private void ensureComponentTree(ComponentContext context) {
// if custom attributes are provided on RenderInfo, they will be preferred over builder values
applyCustomAttributesIfProvided(builder);

System.out.println(
"[ComponentTreeHolder] applying configuration: " + mComponentsConfiguration);

builder
.componentsConfiguration(mComponentsConfiguration)
.layoutThreadHandler(mLayoutHandler)
Expand Down

0 comments on commit f928a51

Please sign in to comment.