isimodem: Remove useless debug

This commit is contained in:
Aki Niemi 2010-11-18 14:08:11 +02:00
parent f2bcea8c4e
commit 5a8cf6552d
1 changed files with 1 additions and 3 deletions

View File

@ -405,10 +405,8 @@ static void reachable_cb(const GIsiMessage *msg, void *data)
{
struct ofono_call_forwarding *cf = data;
if (g_isi_msg_error(msg) < 0) {
DBG("No QSO!");
if (g_isi_msg_error(msg) < 0)
return;
}
ISI_VERSION_DBG(msg);