Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 9a12ff0

Browse files
committed
remove debug info
1 parent 7ca4a0f commit 9a12ff0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/dataproducts/newDataproductForm.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ export const NewDataproductForm = () => {
7474

7575
const submitForm = async () => {
7676
try {
77-
console.log(team)
78-
7977
await createDataproduct({
8078
variables: {
8179
input: {

0 commit comments

Comments
 (0)