mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-04 11:10:05 +00:00
chore: removed console.log
This commit is contained in:
@@ -132,7 +132,6 @@ export const convertToCSV = (
|
|||||||
|
|
||||||
if (formats && formats[fieldName] === 'best.') {
|
if (formats && formats[fieldName] === 'best.') {
|
||||||
if (value && !isSpecialMissing(value)) {
|
if (value && !isSpecialMissing(value)) {
|
||||||
console.log(`🤖[value]🤖`, value)
|
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`A Special missing value can only be a single character from 'A' to 'Z', '_', '.[a-z]', '._'`
|
`A Special missing value can only be a single character from 'A' to 'Z', '_', '.[a-z]', '._'`
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user