remove log

This commit is contained in:
Gabe Yuan
2023-10-25 16:19:58 +08:00
parent e185bbdb4d
commit 5947dc182e

View File

@@ -1,6 +1,4 @@
export default function TranBtn({ onClick, position, tranboxSetting }) {
console.log("x", position.x + tranboxSetting.btnOffsetX);
console.log("y", position.y + tranboxSetting.btnOffsetY);
return (
<div
style={{