Remove a debug string.

This commit is contained in:
adustman
2001-05-23 03:16:12 +00:00
parent 702b563c6e
commit cf510d3326

View File

@ -80,7 +80,7 @@ class Connection:
if self._transactional:
self._db.query("ROLLBACK")
else:
raise NotSupportedError, "XXX Not supported by server"
raise NotSupportedError, "Not supported by server"
def cursor(self, cursorclass=None):