commit | 98b4ed1ff854023d0e8bc9bf1c6538ae2265ef8a | [log] [tgz] |
---|---|---|
author | holmer@google.com <holmer@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Jul 05 14:47:23 2011 +0000 |
committer | holmer@google.com <holmer@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Jul 05 14:47:23 2011 +0000 |
tree | 0e58b60ca152e59f28d88ab70544ad468f31de7a | |
parent | 2b4b7f13211b97293ba22361f30faefbb1c21268 [diff] |
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
diff --git a/modules/rtp_rtcp/source/overuse_detector.h b/modules/rtp_rtcp/source/overuse_detector.h index 9517b7b..adc861f 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 <stdio.h> -#define DEBUG_FILE +//#define DEBUG_FILE #ifdef MATLAB #include "../test/BWEStandAlone/MatlabPlot.h"