Remove logs
This commit is contained in:
parent
b60b1c8c18
commit
55aaf65a0a
2 changed files with 0 additions and 3 deletions
|
|
@ -41,8 +41,6 @@ const Party = (props: Props) => {
|
||||||
}
|
}
|
||||||
} : {}
|
} : {}
|
||||||
|
|
||||||
console.log(headers)
|
|
||||||
|
|
||||||
// Grid data
|
// Grid data
|
||||||
const [characters, setCharacters] = useState<GridArray<Character>>({})
|
const [characters, setCharacters] = useState<GridArray<Character>>({})
|
||||||
const [weapons, setWeapons] = useState<GridArray<Weapon>>({})
|
const [weapons, setWeapons] = useState<GridArray<Weapon>>({})
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ interface Props extends RouteComponentProps {}
|
||||||
const NewRoute: React.FC<Props> = () => {
|
const NewRoute: React.FC<Props> = () => {
|
||||||
function callback(path: string) {
|
function callback(path: string) {
|
||||||
// This is scuffed, how do we do this natively?
|
// This is scuffed, how do we do this natively?
|
||||||
console.log("Callback to rewrite URL called")
|
|
||||||
window.history.replaceState(null, `Grid Tool`, `${path}`)
|
window.history.replaceState(null, `Grid Tool`, `${path}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue