changeset 6352:d3a5d0d95869

Remove debugging print statement.
author John Rouillard <rouilj@ieee.org>
date Sat, 27 Mar 2021 13:05:50 -0400
parents 0db59cc2cd37
children 9d209d2b34ae
files roundup/backends/back_anydbm.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/backends/back_anydbm.py	Sat Mar 27 11:57:02 2021 -0400
+++ b/roundup/backends/back_anydbm.py	Sat Mar 27 13:05:50 2021 -0400
@@ -1163,7 +1163,6 @@
         # return a dupe of the list so code doesn't get confused
         if isinstance(prop, hyperdb.Multilink):
             ids = d[propname][:]
-            print(ids)
             ids.sort(key=lambda x: int(x))
             return ids
 

Roundup Issue Tracker: http://roundup-tracker.org/