Remove unused writer.tell() call in Writer.write_records

This commit is contained in:
Vangelis Banos 2018-01-21 09:44:11 +00:00
parent 4b53c10132
commit 98d30aa9fe

View File

@ -158,7 +158,6 @@ class WarcWriter:
with self._lock:
writer = self._writer()
recordset_offset = writer.tell()
for record in records:
offset = writer.tell()