Skip to content

Commit 5d24476

Browse files
committed
Remove debugging print statement.
1 parent 328f7fc commit 5d24476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/backends/back_anydbm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,6 @@ def get(self, nodeid, propname, default=_marker, cache=1):
11631163
# return a dupe of the list so code doesn't get confused
11641164
if isinstance(prop, hyperdb.Multilink):
11651165
ids = d[propname][:]
1166-
print(ids)
11671166
ids.sort(key=lambda x: int(x))
11681167
return ids
11691168

0 commit comments

Comments
 (0)