remove debug statement
This commit is contained in:
parent
efb2005269
commit
1966995827
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ class GeometryIndexed:
|
|||
bounds = self._get_geometry_bounds(key)
|
||||
self.fit_bounds(*bounds)
|
||||
cells = self.get_geometry_cells(key, bounds)
|
||||
print('setitem: %s' % cells)
|
||||
self.data[cells] = value
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue