diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-12 13:45:15 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-12 13:45:15 +0200 |
commit | 18864f8e7331da359399decb1b080e36fa343f5a (patch) | |
tree | 067e66d3520c184b6fb1e0297e03fac3995101db /cloudinit/config | |
parent | d2af10ab5d3fef34934c04d4590ea611204f44c5 (diff) | |
download | vyos-cloud-init-18864f8e7331da359399decb1b080e36fa343f5a.tar.gz vyos-cloud-init-18864f8e7331da359399decb1b080e36fa343f5a.zip |
remove missed test print
Diffstat (limited to 'cloudinit/config')
-rw-r--r-- | cloudinit/config/cc_apt_configure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/config/cc_apt_configure.py b/cloudinit/config/cc_apt_configure.py index ccbdcbc1..1d3eddff 100644 --- a/cloudinit/config/cc_apt_configure.py +++ b/cloudinit/config/cc_apt_configure.py @@ -57,7 +57,6 @@ def handle(name, cfg, cloud, log, _args): release = get_release() mirrors = find_apt_mirror_info(cloud, cfg) - print(mirrors) if not mirrors or "primary" not in mirrors: log.debug(("Skipping module named %s," " no package 'mirror' located"), name) |