فهرست منبع

core: Remove duplicate preprocessing progress removal

Renée Kooi 8 سال پیش
والد
کامیت
c386e7e979
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      src/core/Core.js

+ 0 - 5
src/core/Core.js

@@ -308,11 +308,6 @@ class Uppy {
       ))
       ))
       updatedFiles[fileID] = updatedFile
       updatedFiles[fileID] = updatedFile
 
 
-      // Preprocessing should be complete by now.
-      if (updatedFile.progress.preprocess) {
-        delete updatedFile.progress.preprocess
-      }
-
       this.setState({files: updatedFiles})
       this.setState({files: updatedFiles})
     })
     })