Skip to content

Commit

Permalink
fxi: address sonarcloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey committed Dec 14, 2023
1 parent 57bc3fc commit 1ffdebe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Classes/RSDeviceModeManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ - (void) handleCallbacks:(NSString*)key withIntegration:(id<RSIntegration>)nativ
callback(nativeInstance);
} else {
[RSLogger logDebug:[[NSString alloc] initWithFormat:@"RSDeviceModeManager: handleCallbacks: Either underlying instance or callback for %@ factory is nil", key]];
callback(nil);
}
} else {
[RSLogger logError:[[NSString alloc] initWithFormat:@"RSDeviceModeManager: handleCallbacks: getUnderlyingInstance for %@ factory is not found", key]];
Expand Down

0 comments on commit 1ffdebe

Please sign in to comment.