Skip to content

Commit

Permalink
Removed some stray debug lines introduced accidentally in c8985a8.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 24, 2012
1 parent 18d7c1e commit f2d8004
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django/core/management/validation.py
Expand Up @@ -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

Expand Down

0 comments on commit f2d8004

Please sign in to comment.