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