diff --git a/python/obitools3/obidms/_obidms.pyx b/python/obitools3/obidms/_obidms.pyx index 918ae57..d723e79 100644 --- a/python/obitools3/obidms/_obidms.pyx +++ b/python/obitools3/obidms/_obidms.pyx @@ -240,7 +240,6 @@ cdef class OBIView : line_selection_p = malloc((len(line_selection) + 1) * sizeof(index_t)) for i in range(len(line_selection)) : line_selection_p[i] = line_selection[i] # TODO type problem? - print(line_selection_p[i], line_selection[i]) line_selection_p[len(line_selection)] = -1 else : line_selection_p = NULL