Removing useless debug print message

parent c1722f5fac (1.7.0-236-gc1722f5)
commit df665e940aba51dbc6b1e7040bda476d66b6584f
Author: Lee Duncan <lduncan@suse.de>
Date:   Wed Feb 6 13:39:24 2013 -0800

Removing useless debug print message
This commit is contained in:
Lee Duncan
2013-02-07 11:13:05 -08:00
committed by Ronnie Sahlberg
parent c1722f5fac
commit 7a9140f2f6

View File

@@ -35,8 +35,6 @@ test_read10_invalid(void)
struct scsi_task *task_ret;
fprintf(stderr, "DEBUG: %s: entering\n", __FUNCTION__);
/* Try a read10 of 1 block but xferlength == 0 */
task = malloc(sizeof(struct scsi_task));
CU_ASSERT_PTR_NOT_NULL(task);