Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdee4864 authored by Yi Yang's avatar Yi Yang
Browse files

Set DEBUG to false for statsd shell subscriber

Bug: 125843868
Test: N/A, remove logging
Change-Id: I204e900d3c6415142d7d6ed469445afde0953c9c
parent 5678571d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"