diff --git a/src/modules/PGCRLookup.tsx b/src/modules/PGCRLookup.tsx index 62e2ea4f..5b94169e 100644 --- a/src/modules/PGCRLookup.tsx +++ b/src/modules/PGCRLookup.tsx @@ -5,8 +5,6 @@ import API from "../lib/api"; import * as fzstd from 'fzstd'; import update from 'immutability-helper'; import LoadingAnimation from "../components/LoadingAnimation"; -import { type Scorcher } from "../lib/entities"; -import { testpgcr } from "../../public/data/mock/13821490368"; import { DatabaseMiddleware } from "../lib/IndexedDB"; const Wrapper = ({ item }) => { diff --git a/src/modules/ReportLookup.tsx b/src/modules/ReportLookup.tsx index bc41cd28..54cfa2d1 100644 --- a/src/modules/ReportLookup.tsx +++ b/src/modules/ReportLookup.tsx @@ -17,12 +17,9 @@ import { Radar } from "../components/profile/Summary"; import { Activity } from "../components/profile/Experience"; import { Performance } from "../components/profile/Performance"; import MatchHistory from "../components/profile/MatchHistory"; -import PGCRLookup from "./PGCRLookup"; import { CannonCollection } from "../components/profile/CannonCollection"; import { CharacterInfo } from "../components/profile/CharacterInfo"; -import { profileinfo } from "../../public/data/mock/ProfileInfo"; -import { HistoricStats } from "../../public/data/mock/HistoricStats"; import { DatabaseMiddleware } from "../lib/IndexedDB"; import { Maps } from "../components/profile/Maps"; @@ -561,9 +558,7 @@ const ReportLookup = () => { text: error?.description?.toString() }); console.error(error); - // TODO: remove this - return HistoricStats - //return [] + return [] }).then(async (response) => { try { // gonna keep trying and continue with 0 stats if anything fails