Browse Source

core: Remove duplicate preprocessing progress removal

Renée Kooi 7 years ago
parent
commit
c386e7e979
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/core/Core.js

+ 0 - 5
src/core/Core.js

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