Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Apr 13, 2023
1 parent 6910d27 commit 44c8073
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export default function DrillByModal({
}: DrillByModalProps) {
const theme = useTheme();

console.log('DUPA', formData);
const initialGroupbyColumns = useMemo(
() =>
ensureIsArray(formData[groupbyFieldName])
Expand Down

0 comments on commit 44c8073

Please sign in to comment.