Revert "CB-10881: Logging to further investigations"

This reverts commit 1b43bc99a1.
This commit is contained in:
Omar Mefire 2016-04-06 10:21:40 -07:00
parent bcb10ba6da
commit 0deaba0920

View File

@ -60,10 +60,6 @@ public class CallbackContext {
finished = !pluginResult.getKeepCallback(); 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); webView.sendPluginResult(pluginResult, callbackId);
} }