From 24994f35619430f1006bb627d80c0f6e90609fe0 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 17 Apr 2013 17:43:30 -0700 Subject: [PATCH] remove extra debug line left over from mutex fixes --- libraries/shared/src/Agent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/shared/src/Agent.cpp b/libraries/shared/src/Agent.cpp index 1ac676e916..dfd16c4cc6 100644 --- a/libraries/shared/src/Agent.cpp +++ b/libraries/shared/src/Agent.cpp @@ -71,7 +71,6 @@ Agent::Agent(const Agent &otherAgent) { } Agent& Agent::operator=(Agent otherAgent) { - std::cout << "Agent swap constructor called on resize?\n"; swap(*this, otherAgent); return *this; }