From bd3d7124e299280ef5e2993e7131672873994f67 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 20 Feb 2015 13:31:58 -0800 Subject: [PATCH] cleanups --- assignment-client/src/AssignmentClient.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assignment-client/src/AssignmentClient.cpp b/assignment-client/src/AssignmentClient.cpp index f0461663a7..b9f6afa5d3 100644 --- a/assignment-client/src/AssignmentClient.cpp +++ b/assignment-client/src/AssignmentClient.cpp @@ -57,7 +57,6 @@ AssignmentClient::AssignmentClient(int &argc, char **argv) : DependencyManager::registerInheritance(); auto addressManager = DependencyManager::set(); auto nodeList = DependencyManager::set(NodeType::Unassigned); - // auto avatarHashMap = DependencyManager::set(); // make up a uuid for this child so the parent can tell us apart. This id will be changed // when the domain server hands over an assignment. @@ -141,8 +140,8 @@ AssignmentClient::AssignmentClient(int &argc, char **argv) : // Create Singleton objects on main thread NetworkAccessManager::getInstance(); - // DependencyManager::get(); + // Hook up a timer to send this child's status to the Monitor once per second setUpStatsToMonitor(); }