File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
features/onboarding/hooks Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ export function useCreateOrUpdateProfileInfo() {
43
43
errorMessage : translate ( "userProfile.errors.usernameAlphanumeric" ) ,
44
44
} ;
45
45
}
46
- logger . debug ( "[OnboardingContactCardScreen]1 " ) ;
47
46
48
47
if ( profile . username . length < 3 || profile . username . length > 30 ) {
49
48
setErrorMessage ( translate ( "userProfile.errors.usernameLength" ) ) ;
@@ -58,11 +57,9 @@ export function useCreateOrUpdateProfileInfo() {
58
57
}
59
58
60
59
setLoading ( true ) ;
61
- logger . debug ( "[OnboardingContactCardScreen]2 " ) ;
62
60
63
61
try {
64
62
await checkUsernameValid ( address , profile . username ) ;
65
- logger . debug ( "[OnboardingContactCardScreen]3 " ) ;
66
63
} catch ( e : any ) {
67
64
logger . error ( e , { context : "UserProfile: Checking username valid" } ) ;
68
65
setLoading ( false ) ;
You can’t perform that action at this time.
0 commit comments