Commit dfa656f3 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Forgot to remove a debug print

parent 04dd14e8
...@@ -1726,10 +1726,6 @@ static bool matchArgument(const Argument *srcA,const Argument *dstA, ...@@ -1726,10 +1726,6 @@ static bool matchArgument(const Argument *srcA,const Argument *dstA,
} }
} }
} }
else
{
printf("something else!\n");
}
} }
MATCH MATCH
return TRUE; return TRUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment