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

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
parent fbb42c31
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)