Remove debugging statement

This commit is contained in:
Tony S Yu
2013-11-18 22:04:21 -06:00
parent 03388d49cd
commit 79587eaf48
-1
View File
@@ -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])