Skip to content

Commit 6d8c934

Browse files
committed
fix: Remove console.log
1 parent 3e753ab commit 6d8c934

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

web/src/pages/ProfileEdit/StandardProfileForm.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import './style.css';
55

66
export function StandardProfileForm(props) {
77
const { data, onChange, onSave, saving = true, pressureAvailable = false } = props;
8-
console.log(props);
98
const onFieldChange = (field, value) => {
109
onChange({
1110
...data,

0 commit comments

Comments
 (0)