Sfoglia il codice sorgente

Removed print statement.

master
Xavier Ordoquy 12 anni fa
parent
commit
3f643fca64
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      tests/integration/catalogue/category_tests.py

+ 0
- 1
tests/integration/catalogue/category_tests.py Vedi File

@@ -63,7 +63,6 @@ class TestMovingACategory(TestCase):
63 63
         if tree is None:
64 64
             tree = models.Category.objects.filter(depth=1)
65 65
         for node in tree:
66
-            print node
67 66
             self.print_tree(node.get_children())
68 67
 
69 68
     def test_updates_instance_name(self):

Loading…
Annulla
Salva