소스 검색

remove debug console.log

Artur Paikin 7 년 전
부모
커밋
947d299900
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      src/plugins/Dashboard/FileCard.js

+ 0 - 9
src/plugins/Dashboard/FileCard.js

@@ -62,15 +62,6 @@ module.exports = class FileCard extends Component {
 
     const file = this.props.files[this.props.fileCardFor]
 
-    console.log({
-      what: this.props.i18n('editing', {
-        file: 'test'
-      }),
-      ever: this.props.i18nArray('editing', {
-        file: <span class="uppy-DashboardContent-titleFile">{file.meta ? file.meta.name : file.name}</span>
-      })
-    })
-
     return (
       <div class="uppy-DashboardFileCard" aria-hidden={!this.props.fileCardFor}>
         <div style={{ width: '100%', height: '100%' }}>