Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
v3rm0n committed Jul 15, 2019
1 parent 68b04c7 commit 6c908cc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public void onMessageReceived(RemoteMessage remoteMessage) {
intercomPushClient.handlePush(getApplication(), message);
} else {
Log.d(TAG, "Push message received, not for Intercom");
// super.onMessageReceived(remoteMessage);
}
}
}
}

0 comments on commit 6c908cc

Please sign in to comment.