Removed a stray debug statement. Thanks to Ramiro Morales for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-02-02 13:01:27 +00:00
parent fbb42c31df
commit f9a33cbfde
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ def build_test(label):
try:
if issubclass(TestClass, unittest.TestCase):
print 'is a test case'
if len(parts) == 2: # label is app.TestClass
try:
return unittest.TestLoader().loadTestsFromTestCase(TestClass)