Skip to content

Commit 18a5338

Browse files
committed
Delete unnecessary prints from nvme.c
1 parent c6bf538 commit 18a5338

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nvme.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ int open_global_device(char *dev)
178178
if (!pax->dev) {
179179
switchtec_perror(device_str);
180180
free(pax);
181-
printf("return here\n");
182181
global_device = NULL;
183182
return -ENODEV;
184183
}

0 commit comments

Comments
 (0)