Remove debug statement

This commit is contained in:
Junior 2025-02-23 15:56:18 -05:00
parent acf0c5b846
commit 3425d893a1

View File

@ -31,7 +31,6 @@ $red = hexdec(substr($hex, 0, 2));
$green = hexdec(substr($hex, 2, 2));
$blue = hexdec(substr($hex, 4, 2));
var_dump($targets);
foreach ( $targets as $target ) {
$target = intval($target);
$unique = mt_rand(1, 2000000000);