Skip to content

Commit

Permalink
UIBULKED-575: remove unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Oct 30, 2024
1 parent 0a4b316 commit 2eedb2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export const BulkEditInApp = ({
const isInstanceRecordType = currentRecordType === CAPABILITIES.INSTANCE;

const { data: tenants, isLoading } = useBulkOperationTenants(bulkOperationId);
console.log(tenants)
const { itemNotes, isItemNotesLoading } = useItemNotes({ enabled: isItemRecordType });
const { holdingsNotes, isHoldingsNotesLoading } = useHoldingsNotes({ enabled: isHoldingsRecordType });
const { instanceNotes, isInstanceNotesLoading } = useInstanceNotes({ enabled: isInstanceRecordType });
Expand Down

0 comments on commit 2eedb2d

Please sign in to comment.