Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8114518

Browse files
Update pathfindingVisualizer.jsx
1 parent 1337071 commit 8114518

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎src/pathfindingVisualizer/pathfindingVisualizer.jsx‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ import { recursiveDivisionMaze } from "../mazeAlgorithms/recursiveDivision";
3636
import { verticalMaze } from "../mazeAlgorithms/verticalMaze";
3737
import { horizontalMaze } from "../mazeAlgorithms/horizontalMaze";
3838

39-
//Google Analytics
40-
import ReactGA from "react-ga";
41-
ReactGA.initialize("UA-179230150-1");
42-
ReactGA.pageview(window.location.pathname + window.location.search);
43-
4439
const initialNum = getInitialNum(window.innerWidth, window.innerHeight);
4540
const initialNumRows = initialNum[0];
4641
const initialNumColumns = initialNum[1];

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /