amalgame/commit

FIXED: removed forgotten debug statement

authorJacco van Ossenbruggen
Fri Mar 6 14:23:31 2015 +0100
committerJacco van Ossenbruggen
Fri Mar 6 14:23:31 2015 +0100
commit57ea89f0c241844f601176a04671fda4430094b2
tree9b2f924e11b25b4c66d571c840cb888931905a2b
parent425d6ef60e9a58ed9c5e25d82525f854735716b9
Diff style: patch stat
diff --git a/components/amalgame/startpage.pl b/components/amalgame/startpage.pl
index ebb8438..4b99a98 100644
--- a/components/amalgame/startpage.pl
+++ b/components/amalgame/startpage.pl
@@ -203,11 +203,6 @@ html_vocab_head -->
 
 html_vocab_rows([]) --> !.
 html_vocab_rows([Scheme|Vs]) --> {
-    (	Scheme == 'http://purl.org/vocabularies/princeton/wn30/'
-    ->	gtrace
-    ;	true
-    ),
-
     (	node_stats(_Strategy, Scheme, Stats, [compute(false)])
     ->	option(totalCount(ConceptCount), Stats),
 	option(properties(PDict), Stats, pdict{}),