mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Tone down logging a bit.
This commit is contained in:
parent
2ab8c77748
commit
377a332789
@ -56,7 +56,7 @@ public class GcmIntentService extends GCMBaseIntentService {
|
|||||||
protected void onMessage(Context context, Intent intent) {
|
protected void onMessage(Context context, Intent intent) {
|
||||||
try {
|
try {
|
||||||
String data = intent.getStringExtra("message");
|
String data = intent.getStringExtra("message");
|
||||||
Log.w("GcmIntentService", "GCM message: " + data);
|
Log.w("GcmIntentService", "GCM message...");
|
||||||
|
|
||||||
if (Util.isEmpty(data))
|
if (Util.isEmpty(data))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user