- Comment out debug code
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1109 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
efa5b781ef
commit
4b9a03359d
|
@ -1843,9 +1843,9 @@ TextSimulation::update(const Simulation& changed_simulation)
|
||||||
oss << setw(fill1) << t.get_elapsed_time();
|
oss << setw(fill1) << t.get_elapsed_time();
|
||||||
oss << setw(fill1) << t.get_current_priority();
|
oss << setw(fill1) << t.get_current_priority();
|
||||||
|
|
||||||
// FIXME: temporary debug code. Remove me when done.
|
// Temporary debug code. Remove me when done.
|
||||||
oss << setw(fill1 / 2) << t.get_last_acquisition();
|
// oss << setw(fill1 / 2) << t.get_last_acquisition();
|
||||||
oss << setw(fill1 / 2) << t.get_last_release();
|
// oss << setw(fill1 / 2) << t.get_last_release();
|
||||||
|
|
||||||
oss << endl;
|
oss << endl;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue