Skip to content

Commit fa16948

Browse files
committed
fix(console): remove console log
1 parent 6eed909 commit fa16948

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

web/src/features/terraform/Terraform.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ const Terraform = () => {
2727
}
2828
}, [isSuccess, endpoint]);
2929

30-
console.log(endpoint, isSuccess);
31-
3230
return (
3331
<div>
3432
<div>

0 commit comments

Comments
 (0)