[kernel-team] 12/86: lib/kconfigeditor/kconfig/menu/file.py: Remove debugging code.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:34:53 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 17ea66db425069f6058dd8772b5ff3ea3a2fc148
Author: Bastian Blank <waldi at debian.org>
Date:   Tue Mar 11 17:40:25 2008 +0000

    lib/kconfigeditor/kconfig/menu/file.py: Remove debugging code.
    
    svn path=/people/waldi/utils/kconfigeditor2/; revision=10807
---
 utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/file.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/file.py b/utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/file.py
index 8bd84bc..a92387e 100644
--- a/utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/file.py
+++ b/utils/kconfigeditor2/lib/kconfigeditor/kconfig/menu/file.py
@@ -33,8 +33,6 @@ class Parser(object):
             elif line.lstrip()[0] == '#':
                 pass
             else:
-                print line
-                print stack._list
                 stack.top().process_line(line)
             lineno += 1
         return stack.top().process_stop(lineno, 0)

-- 
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