From 2f066b3a83a2c44e895f7399f231644b1cebab5b Mon Sep 17 00:00:00 2001 From: Matej Ferencevic <matej.ferencevic@memgraph.io> Date: Wed, 24 Apr 2019 16:50:12 +0200 Subject: [PATCH] Remove leftover distributed fields from snapshot explorer Reviewers: msantl Reviewed By: msantl Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1981 --- tests/manual/snapshot_explorer.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/manual/snapshot_explorer.cpp b/tests/manual/snapshot_explorer.cpp index 70e708ea2..b99668bc0 100644 --- a/tests/manual/snapshot_explorer.cpp +++ b/tests/manual/snapshot_explorer.cpp @@ -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();