mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-03 13:33:25 +00:00
remove logs
This commit is contained in:
@@ -52,8 +52,6 @@ export const ChartDBProvider: React.FC<React.PropsWithChildren> = ({
|
||||
]
|
||||
);
|
||||
|
||||
console.log(JSON.stringify(currentDiagram));
|
||||
|
||||
const clearDiagramData: ChartDBContext['clearDiagramData'] =
|
||||
useCallback(async () => {
|
||||
const updatedAt = new Date();
|
||||
|
||||
Reference in New Issue
Block a user