Skip to content

Commit

Permalink
remove SETTINGS_LANGUAGE_SELECTION_FORCED from Tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed May 19, 2015
1 parent aeaa782 commit 57c1043
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -295,9 +295,6 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
case LOGIN_FAILED_TO_GUESS_XMLRPC:
eventName = "login_failed_to_guess_xmlrpc";
break;
case SETTINGS_LANGUAGE_SELECTION_FORCED:
eventName = "settings_language_selection_forced";
break;
default:
eventName = null;
break;
Expand Down

0 comments on commit 57c1043

Please sign in to comment.