Remove leftover distributed fields from snapshot explorer
Reviewers: msantl Reviewed By: msantl Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1981
This commit is contained in:
parent
4a3df704b6
commit
2f066b3a83
@ -52,12 +52,6 @@ int main(int argc, char *argv[]) {
|
||||
<< "Snapshot version mismatch"
|
||||
<< ", got " << dv.ValueInt() << " expected " << durability::kVersion;
|
||||
|
||||
decoder.ReadValue(&dv, Value::Type::Int);
|
||||
LOG(INFO) << "Vertex generator last id: " << dv.ValueInt();
|
||||
|
||||
decoder.ReadValue(&dv, Value::Type::Int);
|
||||
LOG(INFO) << "Edge generator last id: " << dv.ValueInt();
|
||||
|
||||
decoder.ReadValue(&dv, Value::Type::Int);
|
||||
LOG(INFO) << "Transactional ID of the snapshooter " << dv.ValueInt();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user