Skip to content

Commit

Permalink
Not a warning, common to have truncated lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jun 19, 2018
1 parent 676c6dc commit 4816696
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,7 @@ private IChemFile readChemFile(IChemFile oFile) {
logger.debug("Read line: ", cRead);
if (cRead != null) {
lineLength = cRead.length();

if (lineLength < 80) {
logger.warn("Line is not of the expected length 80!");
}


// make sure the record name is 6 characters long
if (lineLength < 6) {
cRead = cRead + " ";
Expand Down

0 comments on commit 4816696

Please sign in to comment.