This commit is contained in:
Timothy Farrell 2018-01-08 16:13:54 -06:00
parent 1fd4e1b6a8
commit 0e8319caf6

View File

@ -27,10 +27,6 @@ export function SectionPhoto({
const hovered = hover() === id; const hovered = hover() === id;
const selectHovered = hoverSelectButton() === id; const selectHovered = hoverSelectButton() === id;
if (hover()) {
console.log(id, isSelected, selectMode, width, height, hovered, selectHovered);
}
return photoContainer( return photoContainer(
{ {
href, href,