From 3791163e6c1852a27177cbb06156d1d306a81ab8 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 1 Nov 2021 11:22:16 -0700 Subject: [PATCH] Removed console log --- ui/src/app/metadata/copy/CopySource.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/src/app/metadata/copy/CopySource.js b/ui/src/app/metadata/copy/CopySource.js index 4800ced60..83a8591e8 100644 --- a/ui/src/app/metadata/copy/CopySource.js +++ b/ui/src/app/metadata/copy/CopySource.js @@ -64,10 +64,6 @@ export function CopySource({ copy, onNext }) { const sourceIds = data.map(p => p.entityId); - React.useEffect(() => { - console.log(errors, isValid); - }, [errors]); - return ( <>