Remove testing code in MobiAdsLoginActivity
authorgumartinm <gustavo@gumartinm.name>
Wed, 18 Jul 2012 06:03:38 +0000 (08:03 +0200)
committergumartinm <gustavo@gumartinm.name>
Wed, 18 Jul 2012 06:03:38 +0000 (08:03 +0200)
Android/MobiAdsReloaded/src/de/android/mobiads/MobiAdsLoginActivity.java

index ad0939d..68586ed 100644 (file)
@@ -56,7 +56,6 @@ public class MobiAdsLoginActivity extends Activity {
                HttpResponse httpResponse = null;
                final List<NameValuePair> formParams = new ArrayList<NameValuePair>(2);
                                
-               Cookie.setCookie("gugugu");
                
                httpClient.getParams().setParameter(CoreProtocolPNames.HTTP_CONTENT_CHARSET, getResources().getString(R.string.encoded_web_service));
                httpClient.getParams().setParameter(CoreProtocolPNames.USER_AGENT, getResources().getString(R.string.user_agent_web_service));
@@ -167,4 +166,4 @@ public class MobiAdsLoginActivity extends Activity {
                                                .create();
            }
    }
-}
\ No newline at end of file
+}