Temporarily comment out this check.

This commit is contained in:
JoelKatz
2013-03-29 17:14:34 -07:00
parent 1b8be99f89
commit fc04d62bae

View File

@@ -626,7 +626,7 @@ bool Pathfinder::findPaths(const unsigned int iMaxSteps, const unsigned int iMax
cLog(lsDEBUG) << "Skipping a non-filling path: " << vspResults[lqt.get<3>()].getJson(0);
}
bFound = !remaining.isGEZero();
// bFound = !remaining.isGEZero();
cLog(lsDEBUG) << boost::str(boost::format("findPaths: RESULTS: %s") % spsDst.getJson(0));
}