forked from github/cordova-android
Revert "CB-10881: Logging to further investigations"
This reverts commit 1b43bc99a1.
This commit is contained in:
@@ -60,10 +60,6 @@ public class CallbackContext {
|
||||
finished = !pluginResult.getKeepCallback();
|
||||
}
|
||||
}
|
||||
|
||||
// CB-10881: Investigating
|
||||
Log.v(LOG_TAG, "Successfully sent a callback for ID: " + callbackId + "\nResult was: " + pluginResult.getMessage());
|
||||
|
||||
webView.sendPluginResult(pluginResult, callbackId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user