[kernel-team] 82/86: kconfigeditor/kconfig/config.py: Remove debugging code.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:35:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch benh/kconfigeditor2
in repository kernel-team.

commit 93026152cd0b4817bbeac713e597cec647c717f5
Author: Bastian Blank <waldi at debian.org>
Date:   Sat Sep 21 16:37:34 2013 +0000

    kconfigeditor/kconfig/config.py: Remove debugging code.
    
    svn path=/people/waldi/utils/kconfigeditor2/; revision=20657
---
 utils/kconfigeditor2/kconfigeditor/kconfig/config.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/kconfigeditor2/kconfigeditor/kconfig/config.py b/utils/kconfigeditor2/kconfigeditor/kconfig/config.py
index 6c3796e..a5feb72 100644
--- a/utils/kconfigeditor2/kconfigeditor/kconfig/config.py
+++ b/utils/kconfigeditor2/kconfigeditor/kconfig/config.py
@@ -144,7 +144,6 @@ class FileEntry(object):
         return 'CONFIG_{}={}'.format(self.name, self.value)
 
     def write(self):
-        print("got:", repr(self))
         for comment in self.comments:
             yield '#. ' + comment
         yield str(self)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list