Delete "CB-3064: The errorUrl is..." Log message left over from debugging presumably

This commit is contained in:
Andrew Grieve 2014-07-04 11:38:16 -04:00
parent 3bab41f138
commit 4d18a8e55f

View File

@ -709,16 +709,10 @@ public class CordovaActivity extends Activity implements CordovaInterface {
*/
protected void onResume() {
super.onResume();
LOG.d(TAG, "Resuming the App");
//Reload the configuration
Config.init(this);
LOG.d(TAG, "Resuming the App");
//Code to test CB-3064
String errorUrl = Config.getErrorUrl();
LOG.d(TAG, "CB-3064: The errorUrl is " + errorUrl);
if (this.activityState == ACTIVITY_STARTING) {
this.activityState = ACTIVITY_RUNNING;
return;