Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Dec 18, 2024
1 parent 2ffb9d3 commit 37eddbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mathesar_ui/src/components/filter-entry/FilterEntry.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
// If yes, pass down column's calculated cap.
// If no, pass down the type directly.
const abstractTypeId = _selectedColumn?.abstractType.identifier;
console.log({ abstractTypeId, parameterTypeId, selectedColumnInputCap });
if (abstractTypeId === parameterTypeId && selectedColumnInputCap) {
return selectedColumnInputCap;
}
Expand Down

0 comments on commit 37eddbf

Please sign in to comment.