Skip to content

Commit

Permalink
Remove unneeded debug
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Aug 15, 2013
1 parent bc16f61 commit e9855ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/usb_moded-mac.c
Expand Up @@ -83,7 +83,6 @@ char * read_mac(void)
mac = malloc(sizeof(char) *17);
if(mac)
read = fread(mac, 1, 17, g_ether);
log_debug("mac = %s, read = %d\n", mac, read);
if(read == 17)
ret = strndup(mac,17);
else
Expand Down

0 comments on commit e9855ff

Please sign in to comment.