Removing console log.

This commit is contained in:
mike12345567 2023-02-01 19:10:41 +00:00
parent fb3032f9d1
commit 70279e959c
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@
fromPrimary, fromPrimary,
fromForeign fromForeign
) )
console.log(errObj)
errors = errObj errors = errObj
return getErrorCount(errors) === 0 return getErrorCount(errors) === 0
} }