Commit c40a1d18 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Removed more redundant code from the debug cursor wrapper. Thanks to Ramiro for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent e3a2fef7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -59,9 +59,6 @@ class CursorDebugWrapper(CursorWrapper):
                extra={'duration':duration, 'sql':sql, 'params':param_list}
            )

    def __iter__(self):
        return iter(self.cursor)


###############################################
# Converters from database (string) to Python #