Removes erroneous debugger call in twenty-front (#5311)

Erroneous debugger call throws an error in twenty-front app console

---------

Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
Sean Hellwig
2024-05-06 11:45:14 -06:00
committed by GitHub
parent 16ae34dfd1
commit 5f467ab5ca

View File

@ -26,7 +26,6 @@ export const useFieldMetadataItem = () => {
) => {
const formattedInput = formatFieldMetadataItemInput(input);
debugger;
const defaultValue = getDefaultValueForBackend(
input.defaultValue ?? formattedInput.defaultValue,
input.type,