From 8eb6141771eb7d1e860ff70e3e103f7a896ebd78 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 3 Dec 2012 19:25:22 +0100 Subject: Remove some silly accidentally-committed code. ;P --- kconfigtest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kconfigtest.py') diff --git a/kconfigtest.py b/kconfigtest.py index a08c75b..fd448f9 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -290,8 +290,7 @@ def test_call_all(conf): s.__str__() for c in conf.get_choices(): - if c.get_name() is not None: - print "LOOOOOOOOL", c.get_name() + c.get_name() c.get_selection() c.get_selection_from_defaults() c.get_user_selection() -- cgit v1.2.3