Skip to content

Commit bbbce25

Browse files
committed
Removed console
1 parent 2e208a6 commit bbbce25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/ChatbotMessageBarIndicatorThinking.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { MessageBar } from '@patternfly/chatbot/dist/dynamic/MessageBar';
44
export const ChatbotMessageBarIndicatorThinking: FunctionComponent = () => {
55
const [isThinking, setIsThinking] = useState(false);
66
const handleSend = (_message: string | number) => {
7-
console.log('handling');
87
setIsThinking(true);
98

109
setTimeout(() => {

0 commit comments

Comments
 (0)