[Debtags-commits] [svn] r1369 - debtags/trunk/tools
Enrico Zini
enrico at costa.debian.org
Sun Sep 25 12:47:03 UTC 2005
Author: enrico
Date: Sun Sep 25 12:47:02 2005
New Revision: 1369
Modified:
debtags/trunk/tools/debtags.cc
Log:
Removed some debugging output
Modified: debtags/trunk/tools/debtags.cc
==============================================================================
--- debtags/trunk/tools/debtags.cc (original)
+++ debtags/trunk/tools/debtags.cc Sun Sep 25 12:47:02 2005
@@ -166,7 +166,7 @@
}
bool operator()(const Tag& item)
{
- cerr << "Testing: " << item.fullname() << endl;
+ //cerr << "Testing: " << item.fullname() << endl;
for (vector<string>::const_iterator i = patterns.begin();
i != patterns.end(); i++)
{
@@ -177,7 +177,7 @@
if (strcasestr(item.longDescription().c_str(), i->c_str()))
return true;
}
- cerr << " not passed." << endl;
+ //cerr << " not passed." << endl;
return false;
}
};
More information about the Debtags-commits
mailing list