Skip to content

Commit cd87aba

Browse files
Remove unused var
1 parent 7e8ae16 commit cd87aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/bulk-optimization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
}
146146

147147
function bulkOptimizeItem(items, i) {
148-
if (window.optimizationCancelled || isProcessedInQueue) {
148+
if (window.optimizationCancelled) {
149149
return;
150150
}
151151

0 commit comments

Comments
 (0)