PROT-4 fixed remover
[proteocache.git] / datadb / compbio / cassandra / CassandraReader.java
index f4ceee5..250c705 100644 (file)
@@ -146,7 +146,6 @@ public class CassandraReader {
                for (Row r : rows) {
                        String protein = r.getString("Protein");
                        String id = r.getString("JobID");
-                       System.out.println(id + ", " + protein);
                        if (res.containsKey(protein))
                                res.put(protein, res.get(protein) + 1);
                        else