1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

Merge pull request #704 from sasjs/chore

chore: removed console.log
This commit is contained in:
Yury Shkoda
2022-04-26 17:34:58 +03:00
committed by GitHub

View File

@@ -132,7 +132,6 @@ export const convertToCSV = (
if (formats && formats[fieldName] === 'best.') {
if (value && !isSpecialMissing(value)) {
console.log(`🤖[value]🤖`, value)
throw new Error(
`A Special missing value can only be a single character from 'A' to 'Z', '_', '.[a-z]', '._'`
)