Skip to content

Commit fd8b545

Browse files
committed
Revert debugging
1 parent 5fa31ea commit fd8b545

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

__tests__/html2/chatAdapter/sequenceId.directLine.outgoing.html

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en-US">
33
<head>
44
<link href="/assets/index.css" rel="stylesheet" type="text/css" />
@@ -88,19 +88,6 @@
8888
// THEN: The second outgoing message should be the third.
8989
expect(activities[2].text).toBe('User activity has timestamp of 0.');
9090

91-
console.log(
92-
JSON.stringify(
93-
activities.map(activity => ({
94-
'webchat:internal:position': activity.channelData['webchat:internal:position'],
95-
channelData: activity.channelData,
96-
text: activity.text,
97-
timestamp: activity.timestamp
98-
})),
99-
null,
100-
2
101-
)
102-
);
103-
10491
// THEN: The first outgoing message should have a smaller position than the bot's message.
10592
expect(
10693
activities[0].channelData['webchat:internal:position'] <

0 commit comments

Comments
 (0)