Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwilliam committed Mar 24, 2011
1 parent 8c1b65e commit 2946480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ int main(int argc, char ** argv)
for (i = 0; i < sensor_num; i++)
{
get_sensor_data(i, &sensor_data);
cout << sensor_data.kind << endl;
if (sensor_data.kind >= 0)
stats.add_sensor(&sensor_data);
}
Expand Down

0 comments on commit 2946480

Please sign in to comment.