Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 1, 2021
1 parent 49e0e98 commit 3791163
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 3791163

Please sign in to comment.