usr/bin/byobu-config: remove debug output, LP: #782372

This commit is contained in:
Dustin Kirkland 2011-05-15 13:14:16 +02:00
commit fd6f68adb8
2 changed files with 1 additions and 2 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,6 @@
byobu (4.2) unreleased; urgency=low byobu (4.2) unreleased; urgency=low
* UNRELEASED * usr/bin/byobu-config: remove debug output, LP: #782372
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 13 May 2011 18:58:03 +0200 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 13 May 2011 18:58:03 +0200

View file

@ -170,7 +170,6 @@ def select_color(screen, size, layer):
g.add(bb, 0, 1, padding=(1,1,0,0)) g.add(bb, 0, 1, padding=(1,1,0,0))
if bb.buttonPressed(g.runOnce()) != "cancel": if bb.buttonPressed(g.runOnce()) != "cancel":
commands.getoutput("echo %s > /tmp/out" % layer)
if layer == "foreground": if layer == "foreground":
commands.getoutput('byobu-select-profile --foreground %s' % li.current()) commands.getoutput('byobu-select-profile --foreground %s' % li.current())
else: else: