Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbertCherrie committed Oct 31, 2024
1 parent 92c8bfe commit d13742f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/components/embedded-entry-point/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useFieldApi } from '@@ddf';
import WorkflowEntryPoints from '../workflows/workflow-entry-points';

const EmbeddedEntryPoint = (props) => {
console.log(props);
const {
label, initialValue, id, field, selected, type,
} = props;
Expand Down

0 comments on commit d13742f

Please sign in to comment.