]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Remove stray var_dump in ban exceptions
authorValerie Pond <redacted>
Sun, 5 Feb 2023 20:26:33 +0000 (20:26 +0000)
committerValerie Pond <redacted>
Sun, 5 Feb 2023 20:26:33 +0000 (20:26 +0000)
misc/ban-exceptions-misc.php

index 72a95fe3fea13c4a27119dcca32d305c1fb1734c..ab5c343ff7a6cd9b711cad34641c2ba462d22413 100644 (file)
@@ -4,7 +4,6 @@
 function convert_exceptiontypes_to_badges($types)
 {
     $badges = "";
-    var_dump($types);
     for ($i = 0; $i <= strlen($types) - 1; $i++)
     {
         if ($types[$i] == "k")