Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGrycuk committed Jun 18, 2020
1 parent 30d1a2a commit 0890605
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ public class TestUpdateActivityDialog : SkillDialogBase
private static readonly IServiceProvider _serviceProvider;
private static readonly string CARD_ACTIVITY_IDENTIFIER = "testUpdateCard";

public TestUpdateActivityDialog(
IServiceProvider serviceProvider
//SkillState stateAccesor,
//BotSettings settings,
//BotServices services,
//LocaleTemplateManager templateEngine,
//IBotTelemetryClient telemetryClient)
)
public TestUpdateActivityDialog(IServiceProvider serviceProvider)
: base(nameof(TestUpdateActivityDialog), serviceProvider)
{
this._dialogId = nameof(TestUpdateActivityDialog);
Expand Down

0 comments on commit 0890605

Please sign in to comment.