kaori 3 年 前
コミット
44b4ad6187
1 ファイル変更0 行追加1 行削除
  1. 0 1
      packages/app/src/components/PageEditor/DrawioModal.jsx

+ 0 - 1
packages/app/src/components/PageEditor/DrawioModal.jsx

@@ -117,7 +117,6 @@ class DrawioModal extends React.PureComponent {
   }
 
   get drawioURL() {
-    // const { config } = this.props.appContainer;
     const { drawioUriEnv } = this.props;
 
     const drawioUri = drawioUriEnv || 'https://embed.diagrams.net/';