- changes
[oweals/gnunet.git] / src / peerinfo / peerinfo_api_notify.c
index a0588db3defcba76beffcef38a493880faa75c71..2557cdfde783a9a2f40fdd21e243cd61a2c4511d 100644 (file)
@@ -161,11 +161,9 @@ process_notification (void *cls, const struct GNUNET_MessageHeader *msg)
       return;
     }
   }
-#if DEBUG_PEERINFO
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Received information about peer `%s' from peerinfo database\n",
        GNUNET_i2s (&im->peer));
-#endif
   nc->callback (nc->callback_cls, &im->peer, hello, NULL);
   receive_notifications (nc);
 }