* don't track number of matched files, no need, rename count makes more sense

This commit is contained in:
Reinhard Pointner 2011-09-22 04:41:14 +00:00
parent eb75ee3cb6
commit 7a2f7310de
2 changed files with 0 additions and 2 deletions

View File

@ -196,7 +196,6 @@ class EpisodeListMatcher implements AutoCompleteMatcher {
}
});
Analytics.trackEvent(provider.getName(), "Match", "Episode", matches.size());
return matches;
}
}

View File

@ -132,7 +132,6 @@ class MovieHashMatcher implements AutoCompleteMatcher {
}
});
Analytics.trackEvent(service.getName(), "Match", "Movie", matches.size());
return matches;
}