summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util.cpp b/src/util.cpp
index f9bfea0..15e6e2e 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -1726,10 +1726,6 @@ static bool matchArgument(const Argument *srcA,const Argument *dstA,
}
}
}
- else
- {
- printf("something else!\n");
- }
}
MATCH
return TRUE;