Skip to content

Commit b4ab571

Browse files
remove print out
1 parent d6b9409 commit b4ab571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/CDDPProblemTests.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ bool testBasicCDDP() {
8181
// print initial control
8282
std::cout << "Initial Control: " << U_sol[0].transpose() << std::endl;
8383

84-
for (int i = 0; i < U_sol.size(); i++) {
85-
std::cout << "Control " << i << ": " << U_sol[i].transpose() << std::endl;
86-
}
84+
// for (int i = 0; i < U_sol.size(); i++) {
85+
// std::cout << "Control " << i << ": " << U_sol[i].transpose() << std::endl;
86+
// }
8787

8888
return true;
8989
}

0 commit comments

Comments
 (0)