Skip to content

Commit

Permalink
android: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaq committed Aug 22, 2016
1 parent 1229c6f commit 9002c2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/android/FilePickerIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ public void execute() {
public void run() {
try {
if (ACTION_SET_KEY.equals(cdvPlugin.getAction())) {
System.err.println("icici");
System.err.println(cdvPlugin.getAction());
System.err.println(cdvPlugin.getArgs().getString(0));
Filepicker.setKey(cdvPlugin.getArgs().getString(0));
return;
}
Expand Down

0 comments on commit 9002c2e

Please sign in to comment.