diff --git a/debian/changelog b/debian/changelog index a93eb5d5..d13b1bd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ byobu (4.2) unreleased; urgency=low - * UNRELEASED + * usr/bin/byobu-config: remove debug output, LP: #782372 -- Dustin Kirkland Fri, 13 May 2011 18:58:03 +0200 diff --git a/usr/bin/byobu-config b/usr/bin/byobu-config index 238982ef..ade89246 100755 --- a/usr/bin/byobu-config +++ b/usr/bin/byobu-config @@ -170,7 +170,6 @@ def select_color(screen, size, layer): g.add(bb, 0, 1, padding=(1,1,0,0)) if bb.buttonPressed(g.runOnce()) != "cancel": - commands.getoutput("echo %s > /tmp/out" % layer) if layer == "foreground": commands.getoutput('byobu-select-profile --foreground %s' % li.current()) else: