Explorar el Código

remove debug console.log

Artur Paikin hace 7 años
padre
commit
947d299900
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  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%' }}>