Skip to content

Commit 1c2c453

Browse files
authored
Update SSLUnpinning.js
1 parent 2aca269 commit 1c2c453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SSLUnpinning.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ function disableFlutterPinningv2() {
5050
var m = Process.findModuleByName(platformConfig["modulename"]);
5151
// If there is no loaded Flutter module, the setTimeout may trigger a second time, but after that we give up
5252
if (m === null) {
53-
if (fallback)
54-
//console.log("[!] Flutter module not found.");
53+
if (fallback) {
54+
}
5555
return;
5656
}
5757
if (Process.arch in platformConfig["patterns"]) {

0 commit comments

Comments
 (0)