diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-03 19:25:22 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-03 19:26:38 +0100 |
| commit | 8eb6141771eb7d1e860ff70e3e103f7a896ebd78 (patch) | |
| tree | 90182720e04c15d53c75f9235195749ea9f05edc | |
| parent | 20a20317794c474aae4c0a3243070f87a14ed459 (diff) | |
Remove some silly accidentally-committed code. ;P
| -rw-r--r-- | kconfigtest.py | 3 |
1 files changed, 1 insertions, 2 deletions
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() |
