Remove superfluous LATEST_KEY write.

This commit is contained in:
Gav Wood 2016-03-07 07:57:50 +01:00
parent 0980c7130a
commit fd87633db6
1 changed files with 0 additions and 1 deletions

View File

@ -336,7 +336,6 @@ impl JournalDB {
try!(batch.delete(&last));
index += 1;
}
try!(batch.put(&LATEST_ERA_KEY, &encode(&end_era)));
trace!("JournalDB: delete journal for time #{}.{}, (canon was {})", end_era, index, canon_id);
}