Skip to content

Commit 82f474f

Browse files
committedSep 12, 2015
Remove comment
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 9b05576 commit 82f474f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎nikola/plugins/task/sitemap/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def scan_locs():
147147
continue # Totally empty, not on sitemap
148148
path = os.path.relpath(root, output)
149149
# ignore the current directory.
150-
#path = (path.replace(os.sep, '/') + '/').replace('./', '')
151150
if path == '.':
152151
path = ''
153152
else:

0 commit comments

Comments
 (0)
Please sign in to comment.