Forgot to remove debug output

This commit is contained in:
Dennis Luxen 2010-09-30 16:02:43 +00:00
parent f35d87f685
commit 7e77a1f9cd

View File

@ -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: