summaryrefslogtreecommitdiff
path: root/2005/i
diff options
context:
space:
mode:
Diffstat (limited to '2005/i')
-rw-r--r--2005/i/robert/src/ovision/see/eraser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/ovision/see/eraser.cc b/2005/i/robert/src/ovision/see/eraser.cc
index 9ca2dc3..c4ccb80 100644
--- a/2005/i/robert/src/ovision/see/eraser.cc
+++ b/2005/i/robert/src/ovision/see/eraser.cc
@@ -71,7 +71,7 @@ Eraser::add (const char c, const int y, const int min, const int max)
{
tabOMin_.push_back (min);
tabOMax_.push_back (max);
- std::cout << i << " " << min << " " << max << "\n";
+ //std::cout << i << " " << min << " " << max << "\n";
}
lastO = (y+res_)/res_;
}