BibRank: remove print statement in rank_records()
- Removed extra print statement in rank_records(). This fixes the regression test case ``bibrank - search results ranked by number of citations, verbose output''.
(Printing to stdout should never be used in a code that emits HTML, since it may lead to runtime errors with Apache/WSGI.)