Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
netalondon committed Jul 31, 2024
1 parent ed465be commit 29b7da4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extension/views/hdl/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ function App() {
const { state, actions, dispatch } = useChipPageStore();
const { api } = useContext(VSCodeContext);

// useEffect(() => {
// actions.initialize();
// }, [actions]);

const [hdl, setHdl] = useState(Not.hdl);
const [loaded, setLoaded] = useState(false);

Expand Down

0 comments on commit 29b7da4

Please sign in to comment.