Skip to content

Commit be1c509

Browse files
committed
Merge branch 'noserializationtry2patches' of github.com:developmentseed/tifeatures into noserializationtry2patches
2 parents 79b61e1 + 5affb98 commit be1c509

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎tifeatures/dbmodel.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def id_column_info(self) -> Column: # type: ignore
116116

117117
def columns(self, properties: Optional[List[str]] = None) -> List[str]:
118118
"""Return table columns optionally filtered to only include columns from properties."""
119-
print(f"properties: {properties}")
120119
if properties in [[], [""]]:
121120
return []
122121
nongeo = [

0 commit comments

Comments
 (0)