mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Remove accidentally checked in log statement "running exec normally"
This commit is contained in:
parent
10d31ea0a3
commit
68bc57ae85
@ -219,7 +219,6 @@ public class PluginManager {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
Log.d(TAG, "running exec normally");
|
|
||||||
execHelper(service, action, callbackId, rawArgs);
|
execHelper(service, action, callbackId, rawArgs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user