From e0146bb1813743e9042c2aad4d1131ca382861c1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 26 Jul 2011 10:50:43 +0200 Subject: apt-pkg/contrib/strutl.cc: kill unneeded debug output --- apt-pkg/contrib/strutl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index a97dd30e5..f9d8d7e90 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -1297,7 +1297,6 @@ string DeEscapeString(string &input) break; default: // FIXME: raise exception here? - std::cerr << "lala" << *it << endl; break; } } -- cgit v1.2.3