diff --git a/src/client/dd-hub-react/src/common/json-viewer.tsx b/src/client/dd-hub-react/src/common/json-viewer.tsx index 5762fa3..25f02bf 100644 --- a/src/client/dd-hub-react/src/common/json-viewer.tsx +++ b/src/client/dd-hub-react/src/common/json-viewer.tsx @@ -1,11 +1,8 @@ -import React from 'react'; - type JsonViewerProps = { data: any; }; export function JsonViewer({ data }: JsonViewerProps) { - console.log (JSON.stringify(data)); return (