mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +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 }) {
|
||||
const report = useReport(reportId, defaultParameters);
|
||||
|
||||
//console.log({ report });
|
||||
|
||||
return (
|
||||
<ReportContext.Provider value={{ ...report }}>
|
||||
<Page {...props} className={styles.container}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue