Skip to content

Commit

Permalink
remove needless log
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-lopreiato committed Aug 7, 2014
1 parent 9c21404 commit 9fa3d84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ protected void onPostExecute(APIResponse.CODE code) {
// If there's no data in the adapter or if we can't download info
// off the web, display a message.
if (rankings.isEmpty() || (code == APIResponse.CODE.NODATA && !ConnectionDetector.isConnectedToInternet(activity))) {
Log.e(Constants.LOG_TAG, "hiding");
noDataText.setText(R.string.no_district_rankings);
noDataText.setVisibility(View.VISIBLE);
list.setVisibility(View.GONE);
Expand Down

0 comments on commit 9fa3d84

Please sign in to comment.