aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index c3e32ee..44bbe26 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -274,13 +274,7 @@ class UnmatchedRefs(Refcat):
class URLTabs(Refcat):
"""
- Tabular URLs, note: URL can contain artifacts from parsing.
-
- Performance data point:
-
- real 70m6.309s
- user 757m4.317s
- sys 85m54.710s
+ Extract (work ident, release ident, url, doc).
"""
def requires(self):
return RefsWithUnstructured()