Skip to content

Commit

Permalink
fix: remove noisy NSLog (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Aug 17, 2023
1 parent efb0147 commit e24290f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
### Features

- Record energy usage estimates for profiling (#3217)

### Fixes

- Remove a noisy NSLog (#3227)

## 8.9.6

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions Sources/Sentry/SentrySystemWrapper.mm
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ - (NSNumber *)cpuUsageWithError:(NSError **)error

vm_deallocate(mach_task_self(), reinterpret_cast<vm_address_t>(list), sizeof(*list) * count);

NSLog(@"CPU usage: %f", usage);

return @(usage);
}

Expand Down

0 comments on commit e24290f

Please sign in to comment.