From 79587eaf48aa256e52b3cc162e39162f6209bfad Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Mon, 18 Nov 2013 22:04:21 -0600 Subject: [PATCH] Remove debugging statement --- skimage/io/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/skimage/io/__init__.py b/skimage/io/__init__.py index e19c6fe0..5fb2602b 100644 --- a/skimage/io/__init__.py +++ b/skimage/io/__init__.py @@ -24,7 +24,6 @@ def _update_doc(doc): from textwrap import wrap info = [(p, plugin_info(p)) for p in available_plugins if not p == 'test'] - print('test:', available_plugins, info) col_1_len = max([len(n) for (n, _) in info])