Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mludwig committed Jul 14, 2023
1 parent bc2e1bb commit 9064f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MlIconLayer/MlIconLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const MlIconLayer = (props) => {
const currentFrame = useRef(null);
const timer = useRef(null);
const fetchEverySeconds = 10;
const framesPerFetch = fetchEverySeconds * 30; // 30fps, 10 second intervals
const DeckMlLayerRef = useRef();

const rawDataRef = useRef([]);
Expand Down

0 comments on commit 9064f22

Please sign in to comment.