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

Commit 6d484a5

Browse files
committed
fix(plugins/plugin-client-common): leftover debugging in Editor component
part of #8037
1 parent 85bd034 commit 6d484a5

File tree

1 file changed

+0
-2
lines changed
  • plugins/plugin-client-common/src/components/Content/Editor

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,7 @@ export default class Editor extends React.PureComponent<Props, State> {
376376
editor.setValue(await Editor.extractValue(state.content, props.response, props.repl))
377377

378378
// initial default folding level; see https://github.com/kubernetes-sigs/kui/issues/8008
379-
console.error('!!!!!!F1')
380379
editor.getAction('editor.foldLevel2').run()
381-
console.error('!!!!!!F2')
382380
})
383381

384382
const onZoom = () => {

0 commit comments

Comments
 (0)