CmdImport

- Removed TDB2::commit.
This commit is contained in:
Paul Beckingham 2014-09-08 00:21:54 -04:00
parent 37722d2857
commit bdce0a8d01

View file

@ -94,8 +94,6 @@ int CmdImport::execute (std::string& output)
}
}
context.tdb2.commit ();
context.footnote (format (STRING_CMD_IMPORT_SUMMARY, count));
return rc;
}