Skip to content

Commit

Permalink
fix: remove console lines
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Aug 13, 2024
1 parent 608b43d commit 86062d2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { ProgramStage } from '../../../metaData';
import type { LinkableEvent } from '../RelatedStagesActions/RelatedStagesActions.types';

export const useCanAddNewEventToStage = (programStage: ?ProgramStage, existingRelatedEvents: LinkableEvent[]) => {
console.log('programStage', programStage);
console.log('existingRelatedEvents', existingRelatedEvents);
const hiddenProgramStages = useSelector(({ rulesEffectsHiddenProgramStageDesc }) =>
rulesEffectsHiddenProgramStageDesc?.['enrollmentEvent-newEvent'],
);
Expand Down

0 comments on commit 86062d2

Please sign in to comment.