From 98b4ed1ff854023d0e8bc9bf1c6538ae2265ef8a Mon Sep 17 00:00:00 2001 From: "holmer@google.com" Date: Tue, 5 Jul 2011 14:47:23 +0000 Subject: [PATCH] Disabling DEBUG_FILE in the overuse detector by default. Review URL: http://webrtc-codereview.appspot.com/63001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@149 4adac7df-926f-26a2-2b94-8c16560cd09d --- modules/rtp_rtcp/source/overuse_detector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rtp_rtcp/source/overuse_detector.h b/modules/rtp_rtcp/source/overuse_detector.h index 9517b7bb63..adc861f2b6 100644 --- a/modules/rtp_rtcp/source/overuse_detector.h +++ b/modules/rtp_rtcp/source/overuse_detector.h @@ -17,7 +17,7 @@ #include "list_wrapper.h" #include -#define DEBUG_FILE +//#define DEBUG_FILE #ifdef MATLAB #include "../test/BWEStandAlone/MatlabPlot.h"