Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 12, 2015
1 parent 9b05576 commit 82f474f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/task/sitemap/__init__.py
Expand Up @@ -147,7 +147,6 @@ def scan_locs():
continue # Totally empty, not on sitemap
path = os.path.relpath(root, output)
# ignore the current directory.
#path = (path.replace(os.sep, '/') + '/').replace('./', '')
if path == '.':
path = ''
else:
Expand Down

0 comments on commit 82f474f

Please sign in to comment.