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

Removed some stray debug lines introduced accidentally in c8985a8a.

parent 18d7c1ea
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -35,9 +35,6 @@ def get_validation_errors(outfile, app=None):
    for (app_name, error) in get_app_errors().items():
        e.add(app_name, error)

    inc = set(models.get_models(app, include_swapped=True))
    no_inc = set(models.get_models(app))

    for cls in models.get_models(app, include_swapped=True):
        opts = cls._meta