From 395d1445dabc78e290d87c9e9ab814180e01efeb Mon Sep 17 00:00:00 2001
From: gv1 <gv1@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Thu, 3 Sep 2009 13:40:02 +0000
Subject: [PATCH] removed debugging statement

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@11708 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 uk/ac/sanger/artemis/io/GFFDocumentEntry.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/uk/ac/sanger/artemis/io/GFFDocumentEntry.java b/uk/ac/sanger/artemis/io/GFFDocumentEntry.java
index baf1a255e..ecb3f36c4 100644
--- a/uk/ac/sanger/artemis/io/GFFDocumentEntry.java
+++ b/uk/ac/sanger/artemis/io/GFFDocumentEntry.java
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/GFFDocumentEntry.java,v 1.67 2009-09-03 13:38:14 gv1 Exp $
+ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/GFFDocumentEntry.java,v 1.68 2009-09-03 13:40:02 gv1 Exp $
  */
 
 package uk.ac.sanger.artemis.io;
@@ -48,7 +48,7 @@ import org.gmod.schema.sequence.FeatureLoc;
  *  A DocumentEntry that can read an GFF entry from a Document.
  *
  *  @author Kim Rutherford
- *  @version $Id: GFFDocumentEntry.java,v 1.67 2009-09-03 13:38:14 gv1 Exp $
+ *  @version $Id: GFFDocumentEntry.java,v 1.68 2009-09-03 13:40:02 gv1 Exp $
  **/
 
 public class GFFDocumentEntry extends SimpleDocumentEntry
@@ -311,7 +311,6 @@ public class GFFDocumentEntry extends SimpleDocumentEntry
           for(int i = 0 ; i < original_features.size() ; ++i) 
           {
             this_feature = original_features.featureAt(i);
-            System.out.println(this_feature);
             String featureId = (String) this_feature.getQualifierByName("feature_id").getValues().get(0);
             org.gmod.schema.sequence.Feature chadoLazyFeature = 
               (org.gmod.schema.sequence.Feature)idFeatureStore.get(featureId);
-- 
GitLab