diff --git a/src/PartyPage.tsx b/src/PartyPage.tsx index 8bb83ea..7d695c0 100644 --- a/src/PartyPage.tsx +++ b/src/PartyPage.tsx @@ -2,9 +2,7 @@ import React, { useContext, useState } from 'react'; import { APIEndPoint, PartyContext } from './PartyContext'; import './PartyPage.css'; -import { enableDebugMode, modifySelfRequest, parseURI } from './partyApi'; - -enableDebugMode(); +import { modifySelfRequest, parseURI } from './partyApi'; export const PartyPage: React.FC = () => { const {self} = useContext(PartyContext); @@ -69,4 +67,4 @@ export const PartyPage: React.FC = () => { -}; \ No newline at end of file +};