Skip to content

Commit a75610a

Browse files
committed
removed debugging print statement
1 parent 7dc610a commit a75610a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

probe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def main():
120120
logging.debug(part)
121121
for sensor in sensor_list:
122122
if part['kind'] == sensor.get_kind():
123-
print part['kind']
124123
p = multiprocessing.Process(target=sensor.get_data, args=(part, out_queue),
125124
name=part['kind'])
126125
procs.append(p)

0 commit comments

Comments
 (0)