drivers: rtc: drop printk statement from RTC Shell

Remove a printk forgotten in rtc get command.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-15 12:36:25 +02:00 committed by Fabio Baltieri
commit 6be960ae71

View file

@ -197,8 +197,6 @@ static int cmd_get(const struct shell *sh, size_t argc, char **argv)
{
const struct device *dev = device_get_binding(argv[1]);
printk("in RTC Shell Get\n");
if (!device_is_ready(dev)) {
shell_error(sh, "device %s not ready", argv[1]);
return -ENODEV;