Skip to content

Commit 17323a9

Browse files
committed
- remove comment
1 parent 47ab839 commit 17323a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pygeoapi/provider/mapscript_.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def __init__(self, provider_def):
7575

7676
file_extension = self.data.split('.')[-1]
7777

78-
# self._layer.tileindex = False
7978
if 'tileindex' in self.options and str2bool(self.options.get('tileindex', False)): # noqa
8079
self._layer.tileindex = self.data
8180
else:

0 commit comments

Comments
 (0)