Bluetooth: Removing noisy dbg message
[linux-2.6-microblaze.git] / net / bluetooth / af_bluetooth.c
index 3fd1249..b751a7c 100644 (file)
@@ -453,8 +453,6 @@ __poll_t bt_sock_poll(struct file *file, struct socket *sock,
        struct sock *sk = sock->sk;
        __poll_t mask = 0;
 
-       BT_DBG("sock %p, sk %p", sock, sk);
-
        poll_wait(file, sk_sleep(sk), wait);
 
        if (sk->sk_state == BT_LISTEN)