Merge lp:~thisfred/ubuntuone-control-panel/remove-debug-print into lp:ubuntuone-control-panel

Proposed by Eric Casteleijn
Status: Merged
Approved by: Eric Casteleijn
Approved revision: 99
Merged at revision: 99
Proposed branch: lp:~thisfred/ubuntuone-control-panel/remove-debug-print
Merge into: lp:ubuntuone-control-panel
Diff against target: 11 lines (+0/-1)
1 file modified
ubuntuone/controlpanel/gtk/gui.py (+0/-1)
To merge this branch: bzr merge lp:~thisfred/ubuntuone-control-panel/remove-debug-print
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) Approve
dobey (community) Approve
Review via email: mp+54066@code.launchpad.net

Commit message

Removed a debug print that was accidentally checked into trunk

Description of the change

Removed a debug print that was accidentally checked into trunk

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Alejandro J. Cura (alecu) wrote :

Trivial!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/controlpanel/gtk/gui.py'
2--- ubuntuone/controlpanel/gtk/gui.py 2011-03-09 21:16:14 +0000
3+++ ubuntuone/controlpanel/gtk/gui.py 2011-03-18 20:18:30 +0000
4@@ -1568,7 +1568,6 @@
5
6 self.connect('delete-event', lambda w, e: gtk.main_quit())
7 if alert:
8- print "YES"
9 # NOTE this should prevent focus stealing but it does not :(
10 self.present_with_time(1)
11 self.set_urgency_hint(True)

Subscribers

People subscribed via source and target branches