Commented out debugging System.out.print call in CompassSensor.130

Change-Id: I2b48c98d8bfa9d8faa6afbe2f99d878847793095
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-05 11:02:11 -05:00
parent 449c97a384
commit 674da044c6

View File

@@ -127,7 +127,7 @@ public class CompassSensor{
mHandler = new Handler(){
@Override
public void handleMessage(Message msg){
System.out.print((Float) msg.obj);
// System.out.print((Float) msg.obj);
if(mListener != null)
if(msg.what == BEARING)
mListener.onCompassUpdate((Float) msg.obj);