Deleted debug print

release/4.3a0
Frank Dellaert 2010-02-15 21:38:33 +00:00
parent 8691d633a7
commit 341c4d9250
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ namespace gtsam {
k += 1; // increase iteration number
double alpha = takeOptimalStep(x);
print(x);
if (k >= maxIterations) return true; //---------------------------------->