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: