diff options
Diffstat (limited to 'tests/test-constants.py')
-rwxr-xr-x | tests/test-constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-constants.py b/tests/test-constants.py index cefb9cb..a6f0d72 100755 --- a/tests/test-constants.py +++ b/tests/test-constants.py @@ -42,7 +42,6 @@ if __name__ == "__main__": del CONST.I_AM_NEW assert CONST.I_AM_NEW == original - print(CONST.nameservers) print(CONST.repo_uris) print(CONST.stage_uris) print(CONST.names) |