2 parents 79b61e1 + 5affb98 commit be1c509Copy full SHA for be1c509
1 file changed
tifeatures/dbmodel.py
@@ -116,7 +116,6 @@ def id_column_info(self) -> Column: # type: ignore
116
117
def columns(self, properties: Optional[List[str]] = None) -> List[str]:
118
"""Return table columns optionally filtered to only include columns from properties."""
119
- print(f"properties: {properties}")
120
if properties in [[], [""]]:
121
return []
122
nongeo = [
0 commit comments