# HG changeset patch # User Chris Cannam # Date 1412948715 -3600 # Node ID 47f98349aa17fa0a3bf341cdb63424dd99f70d0e # Parent a5e0633d523896e44c0aed06a6021d1cc6047785 Remove some debug output diff -r a5e0633d5238 -r 47f98349aa17 Matcher.cpp --- 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));