From 4d18a8e55fe638bb0e50a126f7dcb9b88da92198 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Fri, 4 Jul 2014 11:38:16 -0400 Subject: [PATCH] Delete "CB-3064: The errorUrl is..." Log message left over from debugging presumably --- framework/src/org/apache/cordova/CordovaActivity.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/framework/src/org/apache/cordova/CordovaActivity.java b/framework/src/org/apache/cordova/CordovaActivity.java index 1cfe265c..005bad36 100755 --- a/framework/src/org/apache/cordova/CordovaActivity.java +++ b/framework/src/org/apache/cordova/CordovaActivity.java @@ -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;