Skip to content

Commit bcc633d

Browse files
refactor(*): Remove useless variable
1 parent a9371d3 commit bcc633d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/StandAloneBounce.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public function getBouncerInstance(): Bouncer
116116
$fallbackRemediation = $this->getStringSettings('fallback_remediation');
117117
$bouncingLevel = $this->getStringSettings('bouncing_level');
118118
$geolocation = $this->getArraySettings('geolocation');
119-
$forcedTestIp = $this->getStringSettings('forced_test_ip');
120119

121120
// Init Bouncer instance
122121
switch ($bouncingLevel) {

0 commit comments

Comments
 (0)