Remove console log

This commit is contained in:
Bill 2022-07-27 10:03:27 -04:00
parent 69d9ef668b
commit bf99cb3e1b

View File

@ -49,8 +49,6 @@ export const ContextMenuView: FC<ContextMenuViewProps> = props =>
return false;
}
console.log(newOpacity);
setOpacity(newOpacity);
}, [ isFading, close ]);