mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 17:15:34 +00:00
Remove logging.
This commit is contained in:
parent
040d4f8fc4
commit
5cf8e7e933
1 changed files with 0 additions and 12 deletions
|
@ -124,13 +124,6 @@ namespace MWMechanics
|
|||
}
|
||||
buildConnectedPoints();
|
||||
mIsGraphConstructed = true;
|
||||
#if 0
|
||||
std::cout << "loading pathgrid " <<
|
||||
+"\""+ mPathgrid->mCell +"\""
|
||||
+", "+ std::to_string(mPathgrid->mData.mX)
|
||||
+", "+ std::to_string(mPathgrid->mData.mY)
|
||||
<< std::endl;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -211,11 +204,6 @@ namespace MWMechanics
|
|||
if(mSCCPoint[v].first == -1) // undefined (haven't visited)
|
||||
recursiveStrongConnect(v);
|
||||
}
|
||||
#if 0
|
||||
std::cout << "components: " << std::to_string(mSCCId)
|
||||
+", "+ mPathgrid->mCell
|
||||
<< std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool PathgridGraph::isPointConnected(const int start, const int end) const
|
||||
|
|
Loading…
Reference in a new issue