Allow wifiscanner to run smoothly in non-maemo systems
[wifihood] / wifimap / wifiscan.py
index 83acfd7..98c33ee 100644 (file)
@@ -65,9 +65,7 @@ class Scanner ( gps.GPSObject ) :
             self.aplist[ items[0] ] = 1
         self.refresh_infowin()
         if self._debug :
-        # Use osso or hildon for notes ???
             osso.SystemNote(self.osso_context).system_note_infoprint("Found %d APs" % len(scan_out) )
-        #    hildon.hildon_banner_show_information( self._parent , "icon_path" , "Found %d APs" % len(scan_out) )
         else :
             fd = open( os.path.join( conf.homedir , "wiscan_gui.info" ) , 'a' )
             fd.write( "%s %s%s\n" % ( timestamp , self.gps_info , out_str ) )