Deleted debug print
parent
8691d633a7
commit
341c4d9250
|
@ -70,7 +70,6 @@ namespace gtsam {
|
|||
k += 1; // increase iteration number
|
||||
|
||||
double alpha = takeOptimalStep(x);
|
||||
print(x);
|
||||
|
||||
if (k >= maxIterations) return true; //---------------------------------->
|
||||
|
||||
|
|
Loading…
Reference in New Issue