]> git.saurik.com Git - apt.git/commitdiff
Remove debugging stuff, this was not meant to be here.
authorJulian Andres Klode <jak@debian.org>
Mon, 28 Jun 2010 15:30:40 +0000 (17:30 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 28 Jun 2010 15:30:40 +0000 (17:30 +0200)
apt-pkg/versionmatch.cc

index 2abb73e8d2f0f7bbd14bd64a5089cb3b23cb5c86..65908f733a771c82ce556b778f20d75d1a73ca6d 100644 (file)
@@ -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);