Skip to content

Commit 6ebbc53

Browse files
committed
Removes extra unused variable.
1 parent 190808d commit 6ebbc53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableNotification.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ static boolean isGhostPush(Bundle extras) {
252252
static boolean isEmptyBody(Bundle extras) {
253253
String notificationBody = "";
254254
if (extras.containsKey(IterableConstants.ITERABLE_DATA_KEY)) {
255-
String iterableData = extras.getString(IterableConstants.ITERABLE_DATA_KEY);
256255
notificationBody = extras.getString(IterableConstants.ITERABLE_DATA_BODY, "");
257256
}
258257

0 commit comments

Comments
 (0)