Skip to content

Commit

Permalink
Remove redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Jun 27, 2024
1 parent 9a44470 commit cb5c7c0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ void SentrySubsystemDesktop::InitWithSettings(const USentrySettings* settings, U
{
isScreenshotAttachmentEnabled = true;

const FString ScreenshotPath = FGenericPlatformOutputDevices::GetAbsoluteLogFilename();

#if PLATFORM_WINDOWS
sentry_options_add_attachmentw(options, *GetScreenshotPath());
#elif PLATFORM_LINUX
Expand Down

0 comments on commit cb5c7c0

Please sign in to comment.