diff --git a/setcolor_cli.php b/setcolor_cli.php index bb0f660..214d7c6 100755 --- a/setcolor_cli.php +++ b/setcolor_cli.php @@ -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);