Преглед изворни кода

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

Julian Andres Klode пре 16 година
родитељ
комит
01934fb1fe
1 измењених фајлова са 0 додато и 1 уклоњено
  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);