Skip to content

Commit

Permalink
Merge 23b23d2 into 881a955
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Sep 15, 2023
2 parents 881a955 + 23b23d2 commit 7d786c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixes

- Remove warning about non-portable path to file "SentryDsn.h" (#3270)
- Remove spammy logs (#3284)

### Features

Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryProfiler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ - (void)start
- (BOOL)isRunning
{
if (_profiler == nullptr) {
SENTRY_LOG_WARN(@"No profiler instance found.");
return NO;
}
return _profiler->isSampling();
Expand Down

0 comments on commit 7d786c5

Please sign in to comment.