Skip to content

Commit c849f3f

Browse files
author
Srinaath Ravichandran
committed
Removed debugger :)
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
1 parent 600ac8e commit c849f3f

File tree

1 file changed

+0
-1
lines changed
  • packages/app/client/src/ui/editor/emulator/parts/chat

1 file changed

+0
-1
lines changed

packages/app/client/src/ui/editor/emulator/parts/chat/chat.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ export class Chat extends PureComponent<ChatProps, ChatState> {
207207
return null;
208208

209209
default:
210-
debugger;
211210
return this.activityWrapper(next, card, children);
212211
}
213212
};

0 commit comments

Comments
 (0)