Merge ~ogayot/curtin:remove-debug-print into curtin:master

Proposed by Olivier Gayot
Status: Merged
Approved by: Dan Bungert
Approved revision: 031097fbe2b6201c9d15a8d712c6e7bed5414676
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~ogayot/curtin:remove-debug-print
Merge into: curtin:master
Diff against target: 11 lines (+0/-1)
1 file modified
curtin/commands/apt_config.py (+0/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
curtin developers Pending
Review via email: mp+414047@code.launchpad.net

Commit message

Remove leftover debug print statement

Description of the change

Remove leftover debug print statement

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Dan Bungert (dbungert) wrote :

Thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/curtin/commands/apt_config.py b/curtin/commands/apt_config.py
2index be4a039..bbaf7e0 100644
3--- a/curtin/commands/apt_config.py
4+++ b/curtin/commands/apt_config.py
5@@ -628,7 +628,6 @@ def apply_apt_preferences(cfg, pref_fname):
6 LOG.debug("no apt preferences configured, removed %s", pref_fname)
7 return
8 prefs_as_strings = [preference_to_str(pref) for pref in prefs]
9- print(prefs_as_strings)
10 LOG.debug("write apt preferences info to %s.", pref_fname)
11 util.write_file(pref_fname, "\n".join(prefs_as_strings))
12

Subscribers

People subscribed via source and target branches