Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Feb 16, 2024
1 parent 727f144 commit 137f94a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ const NodeAddressesContainer = () => {
include: ['server'],
})

console.log(data)

const rowActions = ({ row }: RowActionsProps<Address>) => {
const [showEditModal, setShowEditModal] = useState(false)
const [showDeleteModal, setShowDeleteModal] = useState(false)
Expand Down Expand Up @@ -119,4 +117,4 @@ const NodeAddressesContainer = () => {
)
}

export default NodeAddressesContainer
export default NodeAddressesContainer

0 comments on commit 137f94a

Please sign in to comment.