Skip to content

Commit 9a281aa

Browse files
committed
common/lcd: remove debug from lcd_strlen
1 parent 2f1c340 commit 9a281aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/lcd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ int lcd_strlen(const char *s)
367367
ret++;
368368
}
369369
}
370-
debug("*** %s::length=%u\n", __func__, ret);
371370
return ret;
372371
}
373372

0 commit comments

Comments
 (0)