Skip to content

Commit 8dd6f24

Browse files
committed
remove console log
1 parent a7051fa commit 8dd6f24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/Endpoint/DataFieldDetail.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ const DataFieldDetail: React.FC<DataFieldDetailProps> = React.memo(
6060
setdataFieldList(dataFieldList.filter(e => e.uuid !== res.uuid))
6161
setDataField(undefined)
6262
} catch (err) {
63-
console.log(err)
6463
toast(
6564
makeToast(
6665
{

0 commit comments

Comments
 (0)