diff --git a/artemis_sqlmap/Organism.xml b/artemis_sqlmap/Organism.xml
index cdf992c34c5512a6b67590abbe86d87cc0bbd55a..15bb06d12794896eafd2548ec6b050bd13ea1700 100644
--- a/artemis_sqlmap/Organism.xml
+++ b/artemis_sqlmap/Organism.xml
@@ -75,7 +75,6 @@
 		organism.organism_id AS organismId, abbreviation, genus, species, common_name AS commonName, comment
 		FROM feature 
 		join  organism using (organism_id) 
-		join cvterm on feature.type_id = cvterm.cvterm_id 
 		JOIN featureprop using (feature_id)
 		WHERE featureprop.type_id in 
 		  (SELECT cvterm_id FROM cvterm JOIN cv using (cv_id) WHERE cv.name = 'genedb_misc' AND cvterm.name = 'top_level_seq' )