Skip to content

Commit

Permalink
Remove a debugging 'print' line
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcde committed Aug 27, 2012
1 parent c4bf68c commit 17181b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/usr/lib/cinnamon-settings/cinnamon-settings.py
Expand Up @@ -552,7 +552,6 @@ def on_my_setting_changed(self, settings, key):
self.content_widget.set_value(self.settings.get_int(self.key))

def on_my_value_changed(self, widget, data):
print self.content_widget.get_value()
self.settings.set_int(self.key, self.content_widget.get_value())

class GSettingsEntry(Gtk.HBox):
Expand Down

0 comments on commit 17181b9

Please sign in to comment.