Skip to content

Commit e34e1ae

Browse files
fix: remove debuggin console.log
1 parent 07ded3b commit e34e1ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TransformOperationExecutor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ export class TransformOperationExecutor {
266266
propertyName
267267
);
268268

269-
console.log({ reflectedType });
270269
if (reflectedType) {
271270
type = reflectedType;
272271
}

0 commit comments

Comments
 (0)