Browse Source

Deleted debug message

Yann Weber 8 years ago
parent
commit
a0335b668f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      install/loader.py

+ 0
- 1
install/loader.py View File

@@ -56,7 +56,6 @@ if __name__ == '__main__':
56 56
         loader = unittest.TestLoader()
57 57
         test_dir = os.path.join(LODEL2_LIB_ABS_PATH, 'tests')
58 58
         suite = loader.discover(test_dir)
59
-        print("DEBUG  : failfast  = ", '-f' in sys.argv, sys.argv)
60 59
         runner = unittest.TextTestRunner(
61 60
             failfast = '-f' in sys.argv,
62 61
             verbosity = 2 if '-v' in sys.argv else 1)

Loading…
Cancel
Save