Skip to content

Commit 9c8ff28

Browse files
committed
useRruForm: change log level
1 parent e58c300 commit 9c8ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/form/hooks/useRruForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const useRruForm = (): UseRruFormReturn => {
2828
const [formContext, setFormContext] = useState<UseFormReturn | null>(null);
2929

3030
const $ = (context: UseFormReturn) => {
31-
console.log('setting form context');
31+
console.debug('setting form context');
3232
setFormContext(context);
3333
};
3434

0 commit comments

Comments
 (0)