Browse Source

Remove debugging stuff, this was not meant to be here.

Julian Andres Klode 16 years ago
parent
commit
01934fb1fe
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apt-pkg/versionmatch.cc

+ 0 - 1
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);