Mercurial > hg > match-vamp
changeset 20:47f98349aa17
Remove some debug output
author | Chris Cannam |
---|---|
date | Fri, 10 Oct 2014 14:45:15 +0100 |
parents | a5e0633d5238 |
children | b15106b0abcd |
files | Matcher.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Matcher.cpp Fri Oct 10 14:23:04 2014 +0100 +++ b/Matcher.cpp Fri Oct 10 14:45:15 2014 +0100 @@ -98,8 +98,6 @@ distXSize = blockSize * 2; - std::cerr << "Matcher::init: distXSize = " << distXSize << std::endl; - distance = (unsigned char **)malloc(distXSize * sizeof(unsigned char *)); bestPathCost = (int **)malloc(distXSize * sizeof(int *)); distYSizes = (int *)malloc(distXSize * sizeof(int));