mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
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