diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-02 13:01:27 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-02 13:01:27 +0000 |
| commit | f9a33cbfde4a174a1c405f8b93d4848ed7f9b6bc (patch) | |
| tree | 455eacdea8b072fdf18ec32aa344a2fcd2ea260f | |
| parent | fbb42c31df691e3f83236ec8d3a25318ab759e87 (diff) | |
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
| -rw-r--r-- | django/test/simple.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/test/simple.py b/django/test/simple.py index cf4d4c165d..a64ed96421 100644 --- a/django/test/simple.py +++ b/django/test/simple.py @@ -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) |
