lib/nistbib/nist_bibliography.rb in nistbib-0.1.1 vs lib/nistbib/nist_bibliography.rb in nistbib-0.1.2
- old
+ new
@@ -91,15 +91,11 @@
warn "(There was no match for #{year}, though there were matches "\
"found for #{missed_years.join(', ')}.)" unless missed_years.empty?
if /\d-\d/ =~ code
warn "The provided document part may not exist, or the document "\
"may no longer be published in parts."
- else
- warn "If you wanted to cite all document parts for the reference, "\
- "use \"#{code} (all parts)\".\nIf the document is not a standard, "\
- "use its document type abbreviation (TS, TR, PAS, Guide)."
end
nil
end
end
end
-end
\ No newline at end of file
+end