Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 471c923

Browse files
committed
some code cleanup
1 parent f0e0a98 commit 471c923

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/views/itemEditVw.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,6 @@ module.exports = baseVw.extend({
425425
dataType: "json",
426426
data: formData,
427427
success: function(data) {
428-
var hashArray,
429-
imageArray;
430-
431428
if (data.success === true){
432429
__.each(data.image_hashes, function (hash) {
433430
if (hash != "b472a266d0bd89c13706a4132ccfb16f7c3b9fcb" && hash.length === 40){

0 commit comments

Comments
 (0)