From 7ffba033a5dc4c51cb5a9d01a96c167a3f217622 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 16 Dec 2010 09:09:05 +0000 Subject: Regression introduced by the merge mess with #10140 Make scanning of storage devices more robust OLPC #10140 --- diff --git a/extensions/cpsection/network/model.py b/extensions/cpsection/network/model.py index a7cfc97..945254a 100644 --- a/extensions/cpsection/network/model.py +++ b/extensions/cpsection/network/model.py @@ -89,7 +89,6 @@ def get_radio_nm(): _logger.debug('nm state: %s' % state) _logger.debug('nm wireless_state: %s' % wireless_state) if state in (0, 1) and wireless_state in (0, 1): - _logger.debug('get_radio_nm returns: %s' % state) return (state == 1) and (wireless_state == 1) else: raise ReadError(_('State is unknown.')) -- cgit v0.9.1