diff --git a/plugins/plugin-client-common/src/components/Content/Editor/index.tsx b/plugins/plugin-client-common/src/components/Content/Editor/index.tsx index dcd2b3916b2..7d98183279f 100644 --- a/plugins/plugin-client-common/src/components/Content/Editor/index.tsx +++ b/plugins/plugin-client-common/src/components/Content/Editor/index.tsx @@ -14,7 +14,6 @@ * limitations under the License. */ -console.error('!!!!!ED') import React from 'react' import { extname } from 'path' import { IDisposable, editor as Monaco, Range } from 'monaco-editor'