cleanup debug logging

This commit is contained in:
Akinwale Ariwodola 2020-10-02 12:09:33 +01:00
parent dce1c0715e
commit 1197e990ca
2 changed files with 1 additions and 2 deletions

View file

@ -201,7 +201,6 @@ public class FirstRunActivity extends AppCompatActivity {
try { try {
writer = new BufferedWriter(new FileWriter(file)); writer = new BufferedWriter(new FileWriter(file));
writer.write(installId); writer.write(installId);
android.util.Log.d("LbryMain", "Generated install ID=" + installId);
} catch (IOException ex) { } catch (IOException ex) {
return false; return false;
} finally { } finally {

View file

@ -100,7 +100,7 @@ public class LbrynetMessagingService extends FirebaseMessagingService {
@Override @Override
public void onNewToken(String token) { public void onNewToken(String token) {
Log.d(TAG, "Refreshed token: " + token); //Log.d(TAG, "Refreshed token: " + token);
// If you want to send messages to this application instance or // If you want to send messages to this application instance or
// manage this apps subscriptions on the server side, send the // manage this apps subscriptions on the server side, send the