diff --git a/recipes/hackernews.recipe b/recipes/hackernews.recipe index e57125465c..9ec26c68eb 100644 --- a/recipes/hackernews.recipe +++ b/recipes/hackernews.recipe @@ -97,10 +97,6 @@ class HackerNews(BasicNewsRecipe): content = u'' else: content = self.get_readable_content(url) - - f = open('/tmp/hn_content.html', 'w') - f.write(content) - f.close() self.temp_files.append(PersistentTemporaryFile('_fa.html')) self.temp_files[-1].write(content)