bug(descriptor): missing fields in stored descriptors. 1408, 1388
[osm/NBI.git] / osm_nbi / tests / run_test.py
index 3033a34..9e85358 100755 (executable)
@@ -3195,7 +3195,6 @@ if __name__ == "__main__":
             elif o == "--fail-fast":
                 fail_fast = True
             elif o == "--test":
-                # print("asdfadf", o, a, a.split(","))
                 for _test in a.split(","):
                     if _test not in test_classes:
                         print("Invalid test name '{}'. Use option '--list' to show available tests".format(_test),