Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
🎨 remove reference to unused String
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Mar 1, 2017
1 parent fd36629 commit 75f2191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/android/com/adobe/phonegap/push/PushPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public void run() {

Log.v(LOG_TAG, "execute: senderID=" + senderID);

String savedSenderID = sharedPref.getString(SENDER_ID, "");
registration_id = InstanceID.getInstance(getApplicationContext()).getToken(senderID, GCM);

if (!"".equals(registration_id)) {
Expand Down

0 comments on commit 75f2191

Please sign in to comment.