Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-2177 (pull request #562)
Browse files Browse the repository at this point in the history
Removed console log
  • Loading branch information
rmathis committed Nov 1, 2021
2 parents 0b16613 + 3791163 commit 0bfaa29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/src/app/metadata/copy/CopySource.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export function CopySource({ copy, onNext }) {

const sourceIds = data.map(p => p.entityId);

React.useEffect(() => {
console.log(errors, isValid);
}, [errors]);

return (
<>
<div className="row">
Expand Down

0 comments on commit 0bfaa29

Please sign in to comment.