Explorar o código

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

Julian Andres Klode %!s(int64=16) %!d(string=hai) anos
pai
achega
01934fb1fe
Modificáronse 1 ficheiros con 0 adicións e 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);