Removed an extra call to session.read_init().

This commit is contained in:
John Wiegley 2009-01-22 16:15:12 -04:00
parent eb04b8be85
commit 4e64364d3a

View file

@ -270,8 +270,6 @@ namespace ledger {
// Parse the initialization file, which can only be textual; then
// parse the journal data.
session.read_init();
INFO_START(journal, "Read journal file");
journal_t& journal(*session.create_journal());