Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienOcto committed May 29, 2015
1 parent e14cd7b commit c586eab
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,4 @@ private void retry(JsonObject data, int currentBatchSendAttemptNb) {
AnalyticsServices.deleteEventsSent(eventIds);
AnalyticsServices.sending = false;
}

private String toString(List<Integer> list) {
String res = "[";
for (Integer i : list) {
res += i + ",";
}
return res + "]";
}
}

0 comments on commit c586eab

Please sign in to comment.