From ffc68d448f79df02e6c76a923b46fc280249e326 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 18 Feb 2016 15:15:42 +0100 Subject: [PATCH] Deleted a forgotten print statement --- python/obitools3/obidms/_obidms.pyx | 1 - 1 file changed, 1 deletion(-) 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