Explorar el Código

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

Julian Andres Klode hace 16 años
padre
commit
01934fb1fe
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);