mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 20:39:44 +01:00
remove console.log from reports
This commit is contained in:
parent
75290c0186
commit
2b06c4b4d1
@ -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…
Reference in New Issue
Block a user