diff --git a/src/calibre/ebooks/oeb/base.py b/src/calibre/ebooks/oeb/base.py
index a16f5f6139..20c8a3429f 100644
--- a/src/calibre/ebooks/oeb/base.py
+++ b/src/calibre/ebooks/oeb/base.py
@@ -861,7 +861,6 @@ class Manifest(object):
data = re.compile(r'', re.DOTALL).sub('',
data)
data = re.sub(r']+?>', '', data)
- open('/tmp/t.html', 'wb').write(data.encode('utf-8'))
data = data.replace(
"",
'')