Skip to content

Commit 6f12200

Browse files
committed
Remove console.log
1 parent e941f73 commit 6f12200

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

libs/execution/src/lib/transforms/transform-executor.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,6 @@ export class TransformExecutor {
119119
!ERROR_TYPEGUARD(newValue) &&
120120
!isValidValueRepresentation(newValue, outputDetails.valueType, context)
121121
) {
122-
if (
123-
!(
124-
typeof newValue === 'string' ||
125-
typeof newValue === 'boolean' ||
126-
typeof newValue === 'number'
127-
)
128-
) {
129-
console.log(newValue);
130-
}
131122
assert(
132123
typeof newValue === 'string' ||
133124
typeof newValue === 'boolean' ||

0 commit comments

Comments
 (0)