Skip to content

Commit 785a3fb

Browse files
author
Richard Jones
committed
missed a print
1 parent 7bc5f5f commit 785a3fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/backends/back_sqlite.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: back_sqlite.py,v 1.21 2004-03-26 05:16:03 richard Exp $
1+
# $Id: back_sqlite.py,v 1.22 2004-03-26 06:38:10 richard Exp $
22
'''Implements a backend for SQLite.
33
44
See https://pysqlite.sourceforge.net/ for pysqlite info
@@ -113,7 +113,6 @@ def update_class(self, spec, old_spec, force=0, adding_actor=0):
113113
# detect multilinks that have been removed, and drop their table
114114
old_has = {}
115115
for name, prop in old_spec[1]:
116-
print (name, prop)
117116
old_has[name] = 1
118117
if new_has(name) or not isinstance(prop, hyperdb.Multilink):
119118
continue

0 commit comments

Comments
 (0)