Skip to content

Commit 3b4b86e

Browse files
committed
remove console log
1 parent a980718 commit 3b4b86e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dagshub/data-engine/singleFileViewModal/SingleFileViewDataSection.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export function SingleFileViewDataSection({
3232
}) {
3333
const SIDEBAR_WIDTH = 350; //I decided on this number
3434
const ARROWS_SECTION_HEIGHT = 52;
35-
console.log('item data ', itemData)
3635

3736
const [showMetadataSidebar, setShowMetadataSidebar] = useState<boolean>(true);
3837
return (

0 commit comments

Comments
 (0)