Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
removed qna complete message (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren-mills authored Apr 25, 2019
1 parent 8788ea3 commit 65ccf52
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ public RouterDialog(string dialogId, IBotTelemetryClient telemetryClient)
case DialogTurnStatus.Empty:
{
await RouteAsync(innerDc).ConfigureAwait(false);

// Waterfalls with no turns should Complete.
if (innerDc.ActiveDialog == null)
{
await CompleteAsync(innerDc).ConfigureAwait(false);
}

break;
}

Expand Down

0 comments on commit 65ccf52

Please sign in to comment.