wifidirectplugin 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,6 @@ public class WifiDirectPlugin extends Plugin {
33
33
 
34
34
  @PluginMethod
35
35
  public void scanWifiPeers(PluginCall call) {
36
- Log.d(TAG, "scanWifiPeers Called");
37
36
  if(manager == null || channel == null) {
38
37
  Log.e(TAG, "WifiP2pManager or Channel is null");
39
38
  call.reject("WifiP2pManager or Channel not initialized");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wifidirectplugin",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "HT-Installer Wifi Direct Plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",