Skip to content

Commit 9f6c0fc

Browse files
[openwrt] Remove debugging print statements
1 parent 5b3438c commit 9f6c0fc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/openwrt/test_default.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ def test_parse_default(self):
175175
],
176176
}
177177

178-
print("*" * 80)
179-
import json
180-
181-
print(json.dumps(o.config, indent=4))
182-
print("*" * 80)
183178
self.assertDictEqual(o.config, expected)
184179

185180
def test_skip(self):

0 commit comments

Comments
 (0)