Skip to content

Commit c28a2aa

Browse files
Save files.
1 parent c62d246 commit c28a2aa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sdk/Notifo.SDK/NotifoMobilePush/TokenRegisterCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ public async ValueTask ExecuteAsync(
5252
catch (Exception ex)
5353
{
5454
NotifoIO.Current.RaiseError(Strings.TokenRefreshFailException, ex, this);
55-
56-
Log.Error(ex, Strings.TokenRefreshFailException);
5755
throw ex;
5856
}
5957
finally

sdk/Notifo.SDK/NotifoMobilePush/TokenUnregisterCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public async ValueTask ExecuteAsync(
2626
catch (Exception ex)
2727
{
2828
NotifoIO.Current.RaiseError(ex.Message, ex, this);
29-
((NotifoMobilePushImplementation)NotifoIO.Current).RaiseError(ex.Message, ex, this);
3029
throw ex;
3130
}
3231
}

0 commit comments

Comments
 (0)