Skip to content

Commit 2f6ad57

Browse files
committed
chore: remove console.log
1 parent 5559285 commit 2f6ad57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/templates/python.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class PythonContext {
105105
const schema = type!.schema
106106
return `${formatForPyClassName(schema)}${formatForPyClassName(type.name)}`
107107
}
108-
console.log(`Unknown recognized row type ${name}`)
109108
return 'Any'
110109
}
111110

0 commit comments

Comments
 (0)