summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2010-07-11 19:46:04 +0100
committerRoger Leigh <rleigh@debian.org>2010-07-11 21:04:51 +0100
commitc1353d69f478ba67fe3666666bce3b07293aa5e2 (patch)
tree2e1ecd624b8af082a53045848b90e73ebde69974
parentf6e9001a0a33cce4c04ee8b80d2a9ae54818ea0b (diff)
downloadschroot-c1353d69f478ba67fe3666666bce3b07293aa5e2.tar.gz
schroot::main_base: Remove debugging statement
-rw-r--r--bin/schroot/schroot-main-base.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/schroot/schroot-main-base.cc b/bin/schroot/schroot-main-base.cc
index 85ed6723..5f51cea9 100644
--- a/bin/schroot/schroot-main-base.cc
+++ b/bin/schroot/schroot-main-base.cc
@@ -272,7 +272,6 @@ main_base::run_impl ()
pos != this->chroots.end();
++pos)
{
- std::cerr << "LOOKUP: " << *pos << std::endl;
sbuild::chroot::ptr c = this->config->find_alias("", *pos);
if (c)
chroot_objects.push_back(c);