Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ghentschke authored and mickaelistria committed Aug 7, 2024
1 parent 2b123a6 commit d4e5d85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ private String readContent(IFile targetFile) throws IOException, CoreException {
(int) targetFile.getLocation().toFile().length());
InputStream contentStream = targetFile.getContents();) {
contentStream.transferTo(stream);
// targetFile.getContents().transferTo(stream);
return new String(stream.toByteArray());
}
}
Expand Down

0 comments on commit d4e5d85

Please sign in to comment.