Mercurial > templog
diff py/sensor_ds18b20.py @ 160:256505f98c4d
uploader works
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jan 2013 22:37:33 +0800 |
parents | d03157c7ad60 |
children | 33ed66a7ea0b |
line wrap: on
line diff
--- a/py/sensor_ds18b20.py Thu Jan 03 22:35:54 2013 +0800 +++ b/py/sensor_ds18b20.py Thu Jan 03 22:37:33 2013 +0800 @@ -75,7 +75,6 @@ """ Returns a sequence of sensorname """ slaves_path = os.path.join(self.master_dir, "w1_master_slaves") names = open(slaves_path, 'r').read().split() - D("returning names %s" % names) return names def wort_name(self):