Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed print
  • Loading branch information
ralsina committed May 3, 2015
1 parent 414909b commit 4c72b20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nikola/nikola.py
Expand Up @@ -1323,8 +1323,6 @@ def flatten(task):
if 'task_dep' not in task:
task['task_dep'] = []
task['task_dep'].extend(self.injected_deps[task['basename']])
if task['task_dep']:
print(task['basename'], task['task_dep'])
yield task
for multi in self.plugin_manager.getPluginsOfCategory("TaskMultiplier"):
flag = False
Expand Down

0 comments on commit 4c72b20

Please sign in to comment.