mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Revert "CB-10881: Logging to further investigations"
This reverts commit 1b43bc99a1
.
This commit is contained in:
parent
bcb10ba6da
commit
0deaba0920
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user