[1.5.x] Removed some stray debug lines introduced accidentally in c8985a8
.
Backport of f2d8004
.
This commit is contained in:
parent
2ecf3a9344
commit
8e8f1ddf57
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue