some debug statement lef abandoned

This commit is contained in:
git@daemon.de
2014-08-01 14:46:09 +02:00
parent 9796332826
commit 1e4e65b811

View File

@@ -328,7 +328,7 @@ char *pcp_readz85string(PCPCTX *ptx, unsigned char *input, size_t bufsize) {
fatal(ptx, "Input file is empty!\n"); fatal(ptx, "Input file is empty!\n");
return NULL; return NULL;
} }
_dump("read", input, bufsize);
if(_buffer_is_binary(input, bufsize) > 0) { if(_buffer_is_binary(input, bufsize) > 0) {
fatal(ptx, "input is not z85 encoded and contains pure binary data at %ld\n", _buffer_is_binary(input, bufsize) ); fatal(ptx, "input is not z85 encoded and contains pure binary data at %ld\n", _buffer_is_binary(input, bufsize) );
return NULL; return NULL;