Plugin uses Android Log class and not Cordova LOG class

This commit is contained in:
Simon MacDonald
2016-08-22 16:41:34 -04:00
parent 4a0442b95a
commit 57b50b1d65
2 changed files with 22 additions and 24 deletions
-1
View File
@@ -21,7 +21,6 @@ package org.apache.cordova.inappbrowser;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;