Skip to content

Commit

Permalink
chore(component): remove console log of data from doublecolumn
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Sep 29, 2024
1 parent 9c1cba9 commit 42bb933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/page/detail/DoubleColumn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const DoubleColumn = ({
right = []
}) => {

console.log('doubleColumn: ' + JSON.stringify(metadata.actions.PUT))

return (
<div className="double">
Expand Down

0 comments on commit 42bb933

Please sign in to comment.