diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-26 10:50:43 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-26 10:50:43 +0200 |
commit | e0146bb1813743e9042c2aad4d1131ca382861c1 (patch) | |
tree | a29bfaa582da8a1d374d41ba2e96a3090b1598ca /apt-pkg/contrib/strutl.cc | |
parent | a513ace2d2e3b71d607257990893199c6105b072 (diff) |
apt-pkg/contrib/strutl.cc: kill unneeded debug output
Diffstat (limited to 'apt-pkg/contrib/strutl.cc')
-rw-r--r-- | apt-pkg/contrib/strutl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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; } } |