Skip to content

Commit afae258

Browse files
committed
Removed redundant condition
1 parent 21aa130 commit afae258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-sequence-viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
if (!playbackStopped) {
190190
const currentSrc = imgElement.getAttribute("src");
191191
if (currentSrc) {
192-
!playbackStopped && log("error loading image at " + currentSrc);
192+
log("error loading image at " + currentSrc);
193193
playbackStopped = true;
194194
imgElement.setAttribute("src", previousImageUrl);
195195
}

0 commit comments

Comments
 (0)