Skip to content

Commit

Permalink
Remove old LCU Connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Makisuo committed Feb 7, 2021
1 parent d0c71d3 commit 4e0d73a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions renderer/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { useStore } from '../stores/mainStore'
import { getCurrentVersion, getSummoner } from '../utils/API/LeagueAPI'
import useAsyncEffect from 'use-async-effect'

import LCU from '../utils/API/LCU'

const useStyles = makeStyles((theme) =>
createStyles({
root: {
Expand Down Expand Up @@ -37,8 +35,6 @@ const Home = () => {

useAsyncEffect(async () => {
setPatch(await getCurrentVersion())
await LCU.connect()
console.log(await LCU.getChampionsToDisenchant(false))
}, [])

useAsyncEffect(async () => {
Expand Down

0 comments on commit 4e0d73a

Please sign in to comment.