diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-22 16:15:12 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-22 16:15:12 -0400 |
commit | 4e64364d3a6e575d7c9cb3db412dae36132b9f2d (patch) | |
tree | c42de354c0bbe218072a6a39720cda6716afddde /src/main.cc | |
parent | eb04b8be85e1af46ba94a00758a50cd1d97bf69e (diff) | |
download | fork-ledger-4e64364d3a6e575d7c9cb3db412dae36132b9f2d.tar.gz fork-ledger-4e64364d3a6e575d7c9cb3db412dae36132b9f2d.tar.bz2 fork-ledger-4e64364d3a6e575d7c9cb3db412dae36132b9f2d.zip |
Removed an extra call to session.read_init().
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc index 35efaa90..d6d32b7a 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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()); |