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

Commit 59b31a54 authored by frank PREEL's avatar frank PREEL
Browse files

Remove debug info

parent 240ba796
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * Copyright (C) 2008 The Android Open Source Project
 * Copyright (C) 2019 e.foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -38,7 +39,7 @@ import java.util.Arrays;
 */
public class SntpClient {
    private static final String TAG = "SntpClient";
    private static final boolean DBG = true;
    private static final boolean DBG = false;

    private static final int REFERENCE_TIME_OFFSET = 16;
    private static final int ORIGINATE_TIME_OFFSET = 24;
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import android.text.TextUtils;
 */
public class NtpTrustedTime implements TrustedTime {
    private static final String TAG = "NtpTrustedTime";
    private static final boolean LOGD = true;
    private static final boolean LOGD = false;

    private static NtpTrustedTime sSingleton;
    private static Context sContext;