From 1b2fecbc49fea442dbc66c6c3feab1d058365974 Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Wed, 20 Mar 2019 22:17:28 -0400 Subject: [PATCH] remove disruptive cout --- src/reanimator.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/reanimator.cpp b/src/reanimator.cpp index d1fa164..3cf24c6 100644 --- a/src/reanimator.cpp +++ b/src/reanimator.cpp @@ -61,13 +61,10 @@ int main(int argc, char *argv[]) { std::ifstream file(options.find("json").asString().c_str()); Json::Value root; file >> root; - std::cout << root; Json::Value inputs = root["inputs"]; for (int i=0; i