Skip to content

Commit

Permalink
Remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfo22 authored Aug 12, 2016
1 parent ba0ce67 commit a2d2738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/android/StethoPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.facebook.stetho.InspectorModulesProvider;
import com.facebook.stetho.Stetho;
import com.facebook.stetho.inspector.protocol.ChromeDevtoolsDomain;
import com.facebook.stetho.okhttp3.StethoInterceptor;
import com.facebook.stetho.rhino.JsRuntimeReplFactoryBuilder;

import org.apache.cordova.CallbackContext;
Expand Down Expand Up @@ -41,4 +40,4 @@ protected void pluginInitialize() {
public boolean execute(String action, JSONArray args, CallbackContext callbackContext) throws JSONException {
return true;
}
}
}

0 comments on commit a2d2738

Please sign in to comment.