cleanup debug logging
This commit is contained in:
parent
dce1c0715e
commit
1197e990ca
2 changed files with 1 additions and 2 deletions
|
@ -201,7 +201,6 @@ public class FirstRunActivity extends AppCompatActivity {
|
|||
try {
|
||||
writer = new BufferedWriter(new FileWriter(file));
|
||||
writer.write(installId);
|
||||
android.util.Log.d("LbryMain", "Generated install ID=" + installId);
|
||||
} catch (IOException ex) {
|
||||
return false;
|
||||
} finally {
|
||||
|
|
|
@ -100,7 +100,7 @@ public class LbrynetMessagingService extends FirebaseMessagingService {
|
|||
|
||||
@Override
|
||||
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
|
||||
// manage this apps subscriptions on the server side, send the
|
||||
|
|
Loading…
Reference in a new issue