Skip to content

Commit 1899d0e

Browse files
committed
debug done
1 parent 8711ff0 commit 1899d0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/button/PlatformDownloadMuseHubButton.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ import useBrowserOS from "../../hooks/useDetectOS";
44
function PlatformDownloadMuseHubButton(props) {
55
const { museHubReleaseData } = props;
66
const browserOS = useBrowserOS();
7-
console.log("browserOS", browserOS);
87

98
function onClickButtonHandler() {
10-
console.log("buttonhandler", browserOS);
119
if (typeof _paq !== "undefined") {
1210
_paq.push([
1311
"trackEvent",

0 commit comments

Comments
 (0)