mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 04:53:04 +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) {
|
||||
std::cout << "Agent swap constructor called on resize?\n";
|
||||
swap(*this, otherAgent);
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue