From bdee4864ce97e79541421af976d26e0c5de9455c Mon Sep 17 00:00:00 2001 From: Yi Yang Date: Mon, 18 Mar 2019 14:53:32 -0700 Subject: Set DEBUG to false for statsd shell subscriber Bug: 125843868 Test: N/A, remove logging Change-Id: I204e900d3c6415142d7d6ed469445afde0953c9c --- cmds/statsd/src/shell/ShellSubscriber.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/statsd/src/shell/ShellSubscriber.cpp') diff --git a/cmds/statsd/src/shell/ShellSubscriber.cpp b/cmds/statsd/src/shell/ShellSubscriber.cpp index 52d5ffc33317..f7e32d4aed26 100644 --- a/cmds/statsd/src/shell/ShellSubscriber.cpp +++ b/cmds/statsd/src/shell/ShellSubscriber.cpp @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#define DEBUG true // STOPSHIP if true +#define DEBUG false // STOPSHIP if true #include "Log.h" #include "ShellSubscriber.h" -- cgit v1.2.3