From: Johannes Berg <[email protected]> My previous commit to restrict the defconfig files left a debugging print statement, remove it.
Signed-off-by: Johannes Berg <[email protected]> --- gentree.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gentree.py b/gentree.py index 8a8f6b6a22a4..5fe699650916 100755 --- a/gentree.py +++ b/gentree.py @@ -808,7 +808,6 @@ def process(kerneldir, outdir, copy_list_file, git_revision=None, line_ok = True break if not line_ok: - print dfbase, line copy_defconfig = False break if copy_defconfig: -- 2.0.0.rc0 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
