delete useless code

delete useless reference
This commit is contained in:
Denny C. Ng 2015-04-14 11:41:41 +08:00
parent 668e59f4f2
commit a100558621
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ public class SpiceAsyUploadTask extends AsyncTask<Object, Object, Object> {
private final Context context;
private final HttpClientWrapper client;
// private SpiceHttpUtil uploadClient;
public SpiceAsyUploadTask(final Context context) {
this.context = context;