Skip to content

Commit 6a8208a

Browse files
fix: remove console log
1 parent 9471f61 commit 6a8208a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

image_explorer/public/js/image_explorer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
function applyHotspotButtonStyle(element, data) {
2-
console.log("data", data['hotspot_image']);
32
$(".image-explorer-wrapper button.image-explorer-hotspot", element).css("background", "url("+data['hotspot_image']+") no-repeat scroll 0 0 rgba(0, 0, 0, 0)");
43
}
54

0 commit comments

Comments
 (0)