Merge pull request #76 from birarda/master

remove a debug line
This commit is contained in:
birarda 2013-04-17 17:43:55 -07:00
commit 27adc1f84b

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