Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 82b8e50

Browse files
committed
fix(plugins/plugin-client-common): remove leftover debugging in Scalar/index
Fixes #5945
1 parent 63ca4a7 commit 82b8e50

File tree

1 file changed

+0
-1
lines changed
  • plugins/plugin-client-common/src/components/Content/Scalar

1 file changed

+0
-1
lines changed

plugins/plugin-client-common/src/components/Content/Scalar/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export default class Scalar extends React.PureComponent<Props, State> {
104104
return <XtermDom response={response} />
105105
} else if (typeof response === 'string' || isError(response)) {
106106
const message = isError(response) ? response.message : response
107-
console.error('!!!!!!', message)
108107

109108
// Markdown interprets escapes, so we need to double-escape
110109
return (

0 commit comments

Comments
 (0)