remove extra debug line left over from mutex fixes

This commit is contained in:
Stephen Birarda 2013-04-17 17:43:30 -07:00
parent 4340f127e1
commit 24994f3561

View file

@ -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;
}