diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index e38915ca16bbf56e2f69016a6cdb1884be6d4ca6..0faac817653f8ab19710e54b5bc95b551f5fc5f9 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -142,9 +142,6 @@ static int default_expiry = DEFAULT_DEFAULT_EXPIRY;
 #define MAX_AUTHTRIES		3		/*!< Try authentication three times, then fail */
 
 
-#define DEBUG_READ	0			/*!< Recieved data	*/
-#define DEBUG_SEND	1			/*!< Transmit data	*/
-
 static const char desc[] = "Session Initiation Protocol (SIP)";
 static const char channeltype[] = "SIP";
 static const char config[] = "sip.conf";