Skip to content

Commit

Permalink
Cleanup logging, part 2.
Browse files Browse the repository at this point in the history
Missed removing useless log entry first time around.

Signed-off-by: Mark Harvey <markh794@gmail.com>
  • Loading branch information
markh794 committed Sep 16, 2011
1 parent cd54c9f commit 3ff98e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions usr/smc.c
Expand Up @@ -1380,8 +1380,6 @@ uint8_t smc_log_sense(struct scsi_cmd *cmd)
if (!l)
goto log_page_not_found;

MHVTL_LOG("pointer %p, size: %d", l->p, l->size);

b = memcpy(b, l->p, l->size);
retval = l->size;

Expand Down

0 comments on commit 3ff98e1

Please sign in to comment.