mbim: Remove useless debug

This commit is contained in:
Denis Kenzior 2018-06-19 12:36:47 -05:00
parent 2c3668f87d
commit d0ab273615
1 changed files with 0 additions and 2 deletions

View File

@ -422,8 +422,6 @@ static struct ofono_modem_driver mbim_driver = {
static int mbim_init(void)
{
l_debug("------------------->Foobar");
return ofono_modem_driver_register(&mbim_driver);
}