Forgot to remove debug output
This commit is contained in:
parent
f35d87f685
commit
7e77a1f9cd
@ -268,9 +268,6 @@ int main (int argc, char *argv[])
|
||||
int ferryIndex = settings.indexInAccessListOf("ferry");
|
||||
assert(ferryIndex != -1);
|
||||
|
||||
if(eit->type == ferryIndex)
|
||||
cout << "ferry index: " << ferryIndex << endl;
|
||||
|
||||
switch(eit->direction)
|
||||
{
|
||||
case _Way::notSure:
|
||||
|
Loading…
Reference in New Issue
Block a user