diff --git a/python/obitools3/writers/tab.pyx b/python/obitools3/writers/tab.pyx index f644910..dd653f8 100755 --- a/python/obitools3/writers/tab.pyx +++ b/python/obitools3/writers/tab.pyx @@ -20,8 +20,6 @@ cdef class TabWriter: self.only = -1 else: self.only = int(only) - if header: - self.only += 1 self.formatter = formatter self.output = output_object