Skip to content
Snippets Groups Projects
Commit 4aecf5a2 authored by Andrei's avatar Andrei
Browse files

remove cout

parent 4d4e6c28
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,6 @@ ZMPVelocityReferencedQP::OnLine(double Time,
if(Time + 0.00001 > UpperTimeLimitToUpdate_)
{
cout<<"Time: "<<Time<<endl;
double TotalAmountOfCPUTime=0.0,CurrentCPUTime=0.0;
struct timeval start,end;
gettimeofday(&start,0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment