Remove leftover debugging code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user