mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
remove console.log from reports
This commit is contained in:
parent
75290c0186
commit
2b06c4b4d1
1 changed files with 0 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ export const ReportContext = createContext(null);
|
||||||
export function Report({ reportId, defaultParameters, children, ...props }) {
|
export function Report({ reportId, defaultParameters, children, ...props }) {
|
||||||
const report = useReport(reportId, defaultParameters);
|
const report = useReport(reportId, defaultParameters);
|
||||||
|
|
||||||
//console.log({ report });
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ReportContext.Provider value={{ ...report }}>
|
<ReportContext.Provider value={{ ...report }}>
|
||||||
<Page {...props} className={styles.container}>
|
<Page {...props} className={styles.container}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue