mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 09:00:28 +08:00
Remove debug console.log from code
This commit is contained in:
parent
cb21c45ea9
commit
eba65245fc
@ -9,7 +9,6 @@ import {useTranslation} from "react-i18next";
|
||||
const LineGraph = ({id, series}) => {
|
||||
const {t} = useTranslation()
|
||||
const {graphTheming, nightModeEnabled} = useTheme();
|
||||
console.log(series)
|
||||
|
||||
useEffect(() => {
|
||||
NoDataDisplay(Highcharts);
|
||||
|
@ -7,7 +7,6 @@ import {withReducedSaturation} from "../../util/colors";
|
||||
import Accessibility from "highcharts/modules/accessibility";
|
||||
|
||||
const PlayerbaseGraph = ({data}) => {
|
||||
console.log(data);
|
||||
const {t} = useTranslation()
|
||||
const {nightModeEnabled, graphTheming} = useTheme();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user