From b22d10e2c8cf50c9fbee49e025afbd8dd7499031 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 24 Nov 2009 01:22:00 +0200 Subject: [PATCH] spath: Remove debug prints. --- scikits/image/graph/spath.pyx | 3 --- 1 file changed, 3 deletions(-) diff --git a/scikits/image/graph/spath.pyx b/scikits/image/graph/spath.pyx index 3d2dcf23..5b8d8f13 100644 --- a/scikits/image/graph/spath.pyx +++ b/scikits/image/graph/spath.pyx @@ -72,9 +72,6 @@ cpdef shortest_path(np.ndarray arr, int reach=1): fabs(data[r, c] - data[node[r, c], c - 1]) # Find minimum cost path - print arr - print cost - print node r_min_node = cost[:,-1].argmin() # Backtrack