Skip to content

Commit

Permalink
Remove debug stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 8, 2017
1 parent c5d1ee7 commit 0741e57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Expand Up @@ -47,7 +47,7 @@
)

# Output folder -- change if using locally
# OUTPUT_FOLDER = '/srv/www/plugins.getnikola.com:80'
OUTPUT_FOLDER = '/srv/www/plugins.getnikola.com:80'

# Nikola is multilingual!
#
Expand Down
1 change: 0 additions & 1 deletion v7/pkgindex_compiler/pkgindex_compiler.py
Expand Up @@ -126,7 +126,6 @@ def parse_plugin_file(post, pkg_dir, config):
else:
data['nonpyreqs'] = []

print(reqplugins)
if os.path.exists(reqplugins):
with io.open(reqplugins, 'r', encoding='utf-8') as f:
data['pluginreqs'] = f.readlines()
Expand Down

0 comments on commit 0741e57

Please sign in to comment.