Skip to content

Commit d78617b

Browse files
committed
remove console log that is polluting terminal
1 parent d5a9ed2 commit d78617b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

experiments/photo-gallery/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"style='background-image: url(" + photo + ")'></div>";
5757
}
5858
}
59-
console.log(string);
6059
document.getElementsByTagName("main")[0].innerHTML = string;
6160
zoom();
6261
}

0 commit comments

Comments
 (0)