[Debtags-commits] [svn] r2248 - web/trunk/js
Enrico Zini
enrico at alioth.debian.org
Sun Apr 1 20:14:59 UTC 2007
Author: enrico
Date: Sun Apr 1 20:14:58 2007
New Revision: 2248
Modified:
web/trunk/js/debtags.js
Log:
Removed april fools' joke
Modified: web/trunk/js/debtags.js
==============================================================================
--- web/trunk/js/debtags.js (original)
+++ web/trunk/js/debtags.js Sun Apr 1 20:14:58 2007
@@ -737,9 +737,6 @@
// the inferrer will pick it up
if (tags.hasRE(/^devel::library$/) && ! tags.hasRE(/^role::devel-lib$/))
res.push("A <i>role::devel-lib</i> tag seems to be missing.");
- // TODO: Remove after April, 1st
- if (!tags.hasRE(/^special::obsolete$/))
- res.push("The <i>special::obsolete</i> tag seems to be missing.");
return res;
}
More information about the Debtags-commits
mailing list