Remove leftover debugging code

This commit is contained in:
Patrick Niklaus
2016-05-19 00:05:28 +02:00
parent e3ce0c5887
commit 57321979ae
3 changed files with 0 additions and 8 deletions
@@ -64,7 +64,6 @@ std::vector<RouteStep> assembleSteps(const DataFacadeT &facade,
BOOST_ASSERT(leg_geometry.locations.size() >= 2);
auto bearings = detail::getDepartBearings(leg_geometry);
std::cout << "depart bearings: " << bearings.first << "->" << bearings.second << std::endl;
StepManeuver maneuver{source_node.location, bearings.first,
bearings.second, extractor::guidance::TurnInstruction::NO_TURN(),
-6
View File
@@ -5,7 +5,6 @@
#include <cstdint>
#include <functional>
#include <iostream>
#include <bitset>
namespace osrm
@@ -54,11 +53,6 @@ class EntryClass
// sorting
bool operator<(const EntryClass &) const;
inline void print() const
{
std::cout << "Flags: " << std::bitset<16>(enabled_entries_flags) << std::endl;
}
private:
// given a list of possible discrete angles, the available angles flag indicates the presence of
// a given turn at the intersection