Browse Source
Remove duplicate API calls and consolidate error logging for registration status checks to eliminate redundant 400 error messages in development. - Remove duplicate checkRegistrationStatus() call from mounted() sequence - Modify initializeIdentity() to only log unexpected errors (not 400s) - Eliminate duplicate fetchEndorserRateLimits() API calls - Preserve all other error logging and functionality This reduces console noise for expected 400 responses while maintaining proper error handling for actual registration failures.pull/142/head
1 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue