1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00

Removing console log.

This commit is contained in:
mike12345567 2023-02-01 19:10:41 +00:00
parent 3a51933801
commit 049d4a0363

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
} }