diff options
author | Yi Yang <yiyiyang@google.com> | 2019-03-18 14:53:32 -0700 |
---|---|---|
committer | Yi Yang <yiyiyang@google.com> | 2019-03-18 14:53:32 -0700 |
commit | bdee4864ce97e79541421af976d26e0c5de9455c (patch) | |
tree | 9d768f0f46f319317d3b190576266bdf9f4e8d57 | |
parent | 5678571d4aed5df840209097657caea608d255ca (diff) |
Set DEBUG to false for statsd shell subscriber
Bug: 125843868
Test: N/A, remove logging
Change-Id: I204e900d3c6415142d7d6ed469445afde0953c9c
-rw-r--r-- | cmds/statsd/src/shell/ShellSubscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |