Skip to content

Commit

Permalink
Merge c8ef551 into 881a955
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Sep 15, 2023
2 parents 881a955 + c8ef551 commit 9dfc6c3
Showing 1 changed file with 0 additions and 1 deletion.
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 9dfc6c3

Please sign in to comment.