summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/busp/busp_gps.cc
diff options
context:
space:
mode:
Diffstat (limited to '2003/i/buzz/src/busp/busp_gps.cc')
-rw-r--r--2003/i/buzz/src/busp/busp_gps.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/2003/i/buzz/src/busp/busp_gps.cc b/2003/i/buzz/src/busp/busp_gps.cc
index b2f4ea3..97cb11e 100644
--- a/2003/i/buzz/src/busp/busp_gps.cc
+++ b/2003/i/buzz/src/busp/busp_gps.cc
@@ -23,25 +23,21 @@ BuspGPS::BuspGPS ()
{
rc.getId ();
rc >> m_fl1;
- cout << "fl1 " << m_fl1 << endl;
}
else if (rc.isId ("fl2"))
{
rc.getId ();
rc >> m_fl2;
- cout << "fl2 " << m_fl2 << endl;
}
else if (rc.isId ("fr"))
{
rc.getId ();
rc >> m_fr;
- cout << "fr " << m_fr << endl;
}
else if (rc.isId ("d"))
{
rc.getId ();
rc >> m_d;
- cout << "d " << m_d << endl;
}
else rc.noId ();
}