diff options
author | Julian Andres Klode <jak@debian.org> | 2010-06-28 17:30:40 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2010-06-28 17:30:40 +0200 |
commit | 01934fb1fe79cddcc3cb4c79c99c3c30390fdef6 (patch) | |
tree | beaf7e5855f34848b14afa4c4f78356b275afff9 | |
parent | 05002864535069dbc35fd1c713ab072a5b6df65f (diff) |
Remove debugging stuff, this was not meant to be here.
-rw-r--r-- | apt-pkg/versionmatch.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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); |