Commit 53f8a152 by Tobias Langer

Removed debug out.

parent 94649d4d
......@@ -139,7 +139,6 @@ static void TaskStarter()
for(int i = 0; i < taskset_length; i++) {
node.CreateAction(ACTION_ID + i + 1, IdleTask);
std::cout << "Task " << i << " wcet: " << taskset[i].wcet << " period: " << taskset[i].period << " deadline: " << taskset[i].deadline << std::endl;
}
using namespace std::chrono;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment