Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
tompsota committed Oct 23, 2024
1 parent a413d1f commit 4d48d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions example/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ export class AppComponent implements OnInit {
blocklistedHashes: ['FgvSehLMM91E7lX/Zqp3u4jMmd0A7hH/Iqozu0TMVd0u'],
blocklistedPackageNames: ['com.wultra.app.screenlogger'],
blocklistedPermissions: [
['android.permission.BLUETOOTH', 'android.permission.INTERNET'],
['android.permission.INTERNET'],
[
'android.permission.INTERNET',
'android.permission.ACCESS_COARSE_LOCATION',
],
['android.permission.BLUETOOTH'],
['android.permission.BATTERY_STATS'],
],
whitelistedInstallationSources: ['com.apkpure.aegon'],
Expand Down
1 change: 0 additions & 1 deletion src/android/TalsecPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class TalsecPlugin : CordovaPlugin() {
}

override fun malwareDetected(suspiciousApps: MutableList<SuspiciousAppInfo>) {
Log.e("Talsec", "sending ${suspiciousApps.size} apps")
notifyMalware(suspiciousApps)
}
}
Expand Down

0 comments on commit 4d48d27

Please sign in to comment.