Skip to content

Commit

Permalink
Removed unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulino committed Jul 29, 2021
1 parent 988bb76 commit f2a86c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AmbientSounds/Services/AppCenterTelemetry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ public class AppCenterTelemetry : ITelemetry

public AppCenterTelemetry(
IUserSettings userSettings,
IAppSettings appSettings,
ISystemInfoProvider systemInfoProvider)
IAppSettings appSettings)
{
Guard.IsNotNull(userSettings, nameof(userSettings));
_userSettings = userSettings;
Expand Down

0 comments on commit f2a86c8

Please sign in to comment.