Skip to content

Commit

Permalink
Remove old print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 10, 2015
1 parent 5a3f144 commit ccc3707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bodhi/validators.py
Expand Up @@ -721,7 +721,6 @@ def validate_override_builds(request):
def _validate_override_build(request, nvr, db):
""" Workhorse function for validate_override_builds """
build = Build.get(nvr, db)
print "in _validate with build", build
if build is not None:
if not build.release:
# Oddly, the build has no associated release. Let's try to figure
Expand Down

0 comments on commit ccc3707

Please sign in to comment.