Skip to content

Commit

Permalink
download: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Jan 2, 2024
1 parent 8e12d7d commit 42f843a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ private void loadPfmMatrices() throws IOException, NoSuchMethodException, FileFo
while ((tfbsMotifFeature = motifsFeatureReader.read()) != null) {
String pfmId = getMatrixId(filePattern, tfbsMotifFeature);
if (StringUtils.isNotEmpty(pfmId)) {
System.out.println(pfmId);
motifIds.add(pfmId);
}
}
Expand Down

0 comments on commit 42f843a

Please sign in to comment.