Skip to content

Commit

Permalink
Remove unnecessary logs from domain screen in the site creation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
irfano committed Oct 24, 2023
1 parent 2f09c50 commit a21ddae
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 a21ddae

Please sign in to comment.