summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgaillaro2005-06-16 21:27:14 +0000
committergaillaro2005-06-16 21:27:14 +0000
commit2e92d906fe8e978eebafcd34faaad1df599e5657 (patch)
tree9852b03773f00072ae1171d9e3f2b489ffaebb53
parentc639b021c35ccf4f934714bf997614bb8233ba15 (diff)
suppression de commentaires
-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_;
}