mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
remove extra debug line left over from mutex fixes
This commit is contained in:
parent
4340f127e1
commit
24994f3561
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ Agent::Agent(const Agent &otherAgent) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Agent& Agent::operator=(Agent otherAgent) {
|
Agent& Agent::operator=(Agent otherAgent) {
|
||||||
std::cout << "Agent swap constructor called on resize?\n";
|
|
||||||
swap(*this, otherAgent);
|
swap(*this, otherAgent);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue