]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Remove leftover debug logging
authorValerie Pond <redacted>
Sun, 4 Aug 2024 13:34:24 +0000 (21:34 +0800)
committerValerie Pond <redacted>
Sun, 4 Aug 2024 13:34:24 +0000 (21:34 +0800)
Classes/class-paneluser.php

index 7c4390ed200ce86558aacdf3bebc248cbddc6a26..d6350f0b4546fc2596d2e9235ecc02a49431c304 100644 (file)
@@ -223,10 +223,8 @@ class PanelUser
                foreach($data as $dat)
                {
                        $result = explode(":",$dat);
                foreach($data as $dat)
                {
                        $result = explode(":",$dat);
-                       error_log("Checking $i of $count: ".substr($result[0],0,5)." => ".substr(strtoupper($end), 0,5));
                        if ($result[0] == strtoupper($end))
                        {
                        if ($result[0] == strtoupper($end))
                        {
-                               error_log("FOUND");
                                $this->add_meta("hibp", $result[1]);
                                return;
                        }
                                $this->add_meta("hibp", $result[1]);
                                return;
                        }