Skip to content

Commit

Permalink
#25 remove commented-out code in DeidentifiedDocumentWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
hkkenneth committed Feb 28, 2017
1 parent 0ffa22f commit 54dc43a
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,5 @@ public final void write(List<? extends AnnotatedDocument> documents) throws Exce
}
}

// TODO: Perform removal of all patients gazetteers after job
// for (AnnotatedDocument doc : documents) {
// File f = new File(gazetteersPath + File.separator + doc.getPersonId() + ".lst");
// f.delete();
// f = new File(gazetteersPath + File.separator + doc.getPersonId() + ".def");
// f.delete();
// }

}
}
}

0 comments on commit 54dc43a

Please sign in to comment.