Remove unread var in mobile_file_uploader.js

This doesn't appear to be actually used, but if `gon` on not defined — which may happen in jasmine tests when run in random order — then it causes test failures.

Closes #8333
This commit is contained in:
Sage Ross 2022-01-02 11:14:31 -08:00 committed by Benjamin Neff
parent 6c9e7f283f
commit 2ce99d5b5a
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -2,7 +2,6 @@
//= require js_image_paths
function createUploader(){
var aspectIds = gon.preloads.aspect_ids;
var fileInfo = $("#fileInfo-publisher");
// Initialize the PostPhotoUploader and subscribe its events