From 5ccb91d9b50ca42bd4e2794c8bb3928629552dd1 2008-07-04 16:56:55 From: Ville M. Vainio Date: 2008-07-04 16:56:55 Subject: [PATCH] SList.sort() - remove an accidental debug print --- diff --git a/IPython/genutils.py b/IPython/genutils.py index f380d89..eb11efe 100644 --- a/IPython/genutils.py +++ b/IPython/genutils.py @@ -1155,7 +1155,6 @@ class SList(list): if nums: for i in range(len(dsu)): numstr = "".join([ch for ch in dsu[i][0] if ch.isdigit()]) - print numstr try: n = int(numstr) except ValueError: