Skip to content

Commit

Permalink
Merge pull request #19440 from wordpress-mobile/remove-unnecessary-lo…
Browse files Browse the repository at this point in the history
…gs-from-domain-list-sreen

Remove unnecessary logs from the domain screen in the site creation flow
  • Loading branch information
ravishanker authored May 30, 2024
2 parents 84df633 + a21ddae commit 92830fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ class SiteCreationDomainsViewModel @Inject constructor(
}

else -> {
AppLog.d(AppLog.T.DOMAIN_REGISTRATION, result.products.toString())
products = result.products.orEmpty().associateBy { it.productId }
}
}
Expand Down

0 comments on commit 92830fa

Please sign in to comment.