diff --git a/app/controller.js b/app/controller.js index c7c0769c..52706e28 100644 --- a/app/controller.js +++ b/app/controller.js @@ -101,9 +101,6 @@ export default function(state, emitter) { state.LIMITS.MAX_FILES_PER_ARCHIVE ); } catch (e) { - if (e.message === 'fileTooBig' && maxSize < state.LIMITS.MAX_FILE_SIZE) { - return emitter.emit('signup-cta', 'size'); - } state.modal = okDialog( state.translate(e.message, { size: bytes(maxSize),