From: Julian Andres Klode Date: Mon, 28 Jun 2010 15:30:40 +0000 (+0200) Subject: Remove debugging stuff, this was not meant to be here. X-Git-Tag: 0.8.0~9^2~28 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/01934fb1fe79cddcc3cb4c79c99c3c30390fdef6?ds=sidebyside;hp=-c Remove debugging stuff, this was not meant to be here. --- 01934fb1fe79cddcc3cb4c79c99c3c30390fdef6 diff --git a/apt-pkg/versionmatch.cc b/apt-pkg/versionmatch.cc index 2abb73e8d..65908f733 100644 --- a/apt-pkg/versionmatch.cc +++ b/apt-pkg/versionmatch.cc @@ -175,7 +175,6 @@ pkgCache::VerIterator pkgVersionMatch::Find(pkgCache::PkgIterator Pkg) bool pkgVersionMatch::ExpressionMatches(const char *pattern, const char *string) { - std::cerr << "MATCH " << pattern; if (pattern[0] == '/') { bool res = false; size_t length = strlen(pattern);