Remove debug statement
This commit is contained in:
parent
acf0c5b846
commit
3425d893a1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user