diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-07-24 08:53:54 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-07-24 08:53:54 -0400 |
commit | f27f79926371ac0458452508179c4f823a61c82b (patch) | |
tree | 557438488bbe607136b91007c3540d0cf5f1688e /setup.py | |
parent | 84ee0821f32c652fd377663c2e73658437ae99ab (diff) | |
download | vyos-cloud-init-f27f79926371ac0458452508179c4f823a61c82b.tar.gz vyos-cloud-init-f27f79926371ac0458452508179c4f823a61c82b.zip |
remove print statement from setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -117,7 +117,6 @@ class InitsysInstallData(install): "Invalid --init-system: %s" % (','.join(bad))) for sys in self.init_system: - print("adding %s: %s" % (sys, str(INITSYS_ROOTS[sys]))) self.distribution.data_files.append( (INITSYS_ROOTS[sys], INITSYS_FILES[sys])) # Force that command to reinitalize (with new file list) |