1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 04:20:22 +01:00

Remove extraneous print statement from netentry-curses.py.

This commit is contained in:
Andrew Psaltis
2010-01-09 10:38:12 -05:00
parent ca16598a16
commit bcb7d32aa6

View File

@@ -230,7 +230,6 @@ class WiredSettingsDialog(AdvancedSettingsDialog):
AdvancedSettingsDialog.save_settings(self)
if self.set_default.get_state():
wired.UnsetWiredDefault()
print self.set_default.get_state()
if self.set_default.get_state():
bool = True
else:
@@ -346,7 +345,6 @@ class WirelessSettingsDialog(AdvancedSettingsDialog):
def save_settings(self):
# Check encryption info
if self.encryption_chkbox.get_state():
#print "setting encryption info..."
encrypt_info = self.encryption_info
encrypt_methods = self.encrypt_types
self.set_net_prop("enctype",